Skip to content

Commit

Permalink
php prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Dec 4, 2023
1 parent 13226dc commit 6ab7430
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ jobs:
coverage: none

- name: Install dependencies
run: |
tools/composer install --prefer-dist --no-progress --no-suggest
php --version
run: tools/composer install --prefer-dist --no-progress --no-suggest

- name: Testing the Aplication
run: vendor\bin\phpunit --group windows
run: php vendor\bin\phpunit --group windows

0 comments on commit 6ab7430

Please sign in to comment.