Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
as247 committed Mar 26, 2023
1 parent 853cdc7 commit ad6809b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create database
run: php ./create-sqlite-db
- name: Start Chrome Driver
run: vendor/laravel/dusk/bin/chromedriver-linux &
run: vendor/wpstarter/dusk/bin/chromedriver-linux &
- name: Execute tests
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Create database
run: php ./create-sqlite-db
- name: Start Chrome Driver
run: vendor/laravel/dusk/bin/chromedriver-linux &
run: vendor/wpstarter/dusk/bin/chromedriver-linux &
- name: Execute tests
run: vendor/bin/phpunit
- name: Upload Failed Screenshots
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Create database
run: php ./create-sqlite-db
- name: Start Chrome Driver
run: vendor/laravel/dusk/bin/chromedriver-linux &
run: vendor/wpstarter/dusk/bin/chromedriver-linux &
- name: Execute tests
run: vendor/bin/phpunit
- name: Upload Failed Screenshots
Expand Down

0 comments on commit ad6809b

Please sign in to comment.