Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent b97d5a1 commit fb58432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
composer update
- name: Configure PHPUnit
run: "[ -f './phpunit.${{ matrix.phpunit }}.xml' ] && cp ./phpunit.${{ matrix.phpunit }}.xml > ./phpunit.xml"
run: "[ -f './phpunit.${{ matrix.phpunit }}.xml' ] && cp ./phpunit.${{ matrix.phpunit }}.xml ./phpunit.xml"

- name: PHPUnit
run: ./vendor/bin/phpunit --do-not-cache-result

0 comments on commit fb58432

Please sign in to comment.