Skip to content

Commit

Permalink
[bug] sqlite does not support --if-exists (fixes zenstruck#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Oct 8, 2020
1 parent 4419a41 commit 4f3b410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: 'Test: SQLite, FoundryBundle, DAMABundle'
run: vendor/bin/phpunit -v --configuration phpunit-dama-doctrine.xml.dist
env:
USE_FOUNDRY_BUNDLE: 1
# USE_FOUNDRY_BUNDLE: 1
DATABASE_URL: sqlite:///%kernel.cache_dir%/app.db

code-coverage:
Expand Down

0 comments on commit 4f3b410

Please sign in to comment.