Skip to content

Commit

Permalink
Adding exception for custom write method and adding updates to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 19, 2024
1 parent 8956fca commit f6b64d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
working-directory: ./laravel_app

- name: Move the PHP config file to the root directory
run: cp ./vendor/devdojo/auth/phpstan.neon ./phpstan.neon
run: cp vendor/devdojo/auth/phpstan.neon phpstan.neon
working-directory: ./laravel_app

- name: Run PHPStan for DevDojo Auth
run: ./vendor/bin/phpstan analyse --memory-limit=1G vendor/devdojo/auth/src
Expand Down

0 comments on commit f6b64d2

Please sign in to comment.