Skip to content

Commit 94f431a

Browse files
committed
Debug failing test
1 parent ab34d0a commit 94f431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webdriver-firefox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
3737

3838
- name: Tests
39-
run: php ./vendor/bin/codecept run --env firefox
39+
run: php ./vendor/bin/codecept run --env firefox -vvv
4040

4141
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
4242
# Docs: https://getcomposer.org/doc/articles/scripts.md

0 commit comments

Comments
 (0)