Skip to content

Commit

Permalink
Fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Jul 27, 2024
1 parent fd58dec commit 388ba86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
uses: ramsey/composer-install@v2

- name: Run PHPStan
run: ./src/vendor/bin/phpstan analyse --error-format=github
run: ./vendor/bin/phpstan analyse --error-format=github
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Install dependencies
run: |
cd ./src && composer update --${{ matrix.stability }} --prefer-dist --no-interaction
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: ./src/vendor/bin/pest
run: ./vendor/bin/pest

0 comments on commit 388ba86

Please sign in to comment.