Skip to content

Commit

Permalink
Version test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Jan 5, 2024
1 parent ff6ebbc commit b631208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ jobs:
run: bash tests/bin/install.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }} latest ${{ matrix.woo }} true

- name: phpunit tests
run: ./vendor/bin/phpunit
run: |
./vendor/bin/phpunit --version
./vendor/bin/phpunit

0 comments on commit b631208

Please sign in to comment.