Skip to content

Commit

Permalink
Revert to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Sep 22, 2023
1 parent 453c496 commit 4a17d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scout_db_mysql_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
composer install --no-scripts
- name: Run Testsuite
run: vendor/bin/paratest
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion .github/workflows/scout_db_postgres_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
composer install --no-scripts
- name: Run Testsuite
run: DB_CONNECTION=pgsql DB_HOST=postgres vendor/bin/paratest
run: DB_CONNECTION=pgsql DB_HOST=postgres vendor/bin/phpunit

0 comments on commit 4a17d35

Please sign in to comment.