Skip to content

Commit 0640a54

Browse files
committed
test workflow 2
1 parent 5b57e4b commit 0640a54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/symfony.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ jobs:
4444
- name: Execute tests (Unit and Feature tests) via PHPUnit
4545
env:
4646
DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
47-
run: vendor/bin/phpunit tests/Entity/PhpFunctionTest.php
47+
run: vendor/bin/phpunit tests/Entity/PhpFunctionTest.php
48+
- name: Execute tests (Unit and Feature tests) via PHPUnit
49+
env:
50+
DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
51+
run: vendor/bin/phpunit tests/Controller/HomepageControllerTest.php

0 commit comments

Comments
 (0)