Skip to content

Commit 8891469

Browse files
committed
test workflow 3
1 parent 0640a54 commit 8891469

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/symfony.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ jobs:
4141
run: |
4242
mkdir -p data
4343
touch data/database.sqlite
44-
- name: Execute tests (Unit and Feature tests) via PHPUnit
45-
env:
46-
DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
47-
run: vendor/bin/phpunit tests/Entity/PhpFunctionTest.php
48-
- name: Execute tests (Unit and Feature tests) via PHPUnit
44+
- name: Execute tests (HomepageControllerTest) via PHPUnit
4945
env:
5046
DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
5147
run: vendor/bin/phpunit tests/Controller/HomepageControllerTest.php

0 commit comments

Comments
 (0)