Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlopezinc committed Nov 2, 2023
1 parent 72ae82a commit 8a14f82
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Dump
run: composer dump-autoload

- name: Generate key
run: php artisan key:generate

Expand All @@ -50,7 +53,5 @@ jobs:
php artisan passport:install
php artisan passport:keys --force
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: |
php artisan test --testsuite=Unit
php artisan test --testsuite=Feature
- name: Run tests
run: php artisan test

0 comments on commit 8a14f82

Please sign in to comment.