Skip to content

Commit

Permalink
run phpunit directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan committed Oct 12, 2023
1 parent 8186a09 commit 9045b11
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
with:
php_version: '7.4'
working_dir: ./clients/php
- uses: php-actions/phpunit@v3
with:
php_version: '7.4'
version: '7.4'
working_dir: ./clients/php

- name: Run tests
run: |
cd ./clients/php
./vendor/bin/phpunit

0 comments on commit 9045b11

Please sign in to comment.