Skip to content

Commit

Permalink
fix(tests): using artisan to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHe4rt committed Feb 3, 2024
1 parent 1a44345 commit ee6948a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
cp .env.ci .env
php artisan key:generate
- name: Run Testsuite
run: vendor/bin/phpunit tests/
- name: Run Test Suites
run: php artisan test

0 comments on commit ee6948a

Please sign in to comment.