Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Jan 26, 2024
1 parent 1b0f445 commit 2d31051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
env:
DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
run: |
bin/console typesense:create --env=test
bin/console typesense:import --env=test
bin/console doctrine:schema:create --env=test
bin/console doctrine:schema:update --force --complete --env=test
bin/console typesense:create --env=test
bin/console typesense:import --env=test
composer test

0 comments on commit 2d31051

Please sign in to comment.