Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Mar 7, 2024
1 parent b9a59b0 commit ac99a7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:

- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Move to Tests Directory
run: ls

- name: Execute Tests
run: phpunit --configuration phpunit.xml
run: phpunit --configuration tests\phpunit.xml

0 comments on commit ac99a7e

Please sign in to comment.