Skip to content

Commit

Permalink
Fix tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 8, 2024
1 parent dcd2803 commit 8949e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install Dependencies
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer update --no-interaction --prefer-dist

- name: Run tests
run: ./vendor/bin/pest

0 comments on commit 8949e1c

Please sign in to comment.