Skip to content

Commit da7132b

Browse files
committed
🤖 TEST: Fix step
1 parent f0addea commit da7132b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/quality.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ jobs:
5050
with:
5151
args: bin/console lint:container
5252

53-
- name: Create Database Schema
54-
uses: docker://jakzal/phpqa:php8.3
55-
env:
56-
DATABASE_URL: "sqlite:///%kernel.project_dir%/var/test.db"
57-
APP_ENV: test
58-
with:
59-
args: bin/console doctrine:schema:create --env=test
60-
6153
- name: Run Migrations
6254
uses: docker://jakzal/phpqa:php8.3
6355
env:

0 commit comments

Comments
 (0)