Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sWalbrun committed Jun 15, 2023
1 parent 3af7a6f commit 59a9430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Prepare Laravel Application
run: |
cp .env.testing.example .env
php artisan key:generate
php -r "file_exists('.env') || copy('.env.testing.example', '.env.testing');"
php artisan key:generate --env=testing
- name: Execute tests
run: vendor/bin/pest
Expand Down

0 comments on commit 59a9430

Please sign in to comment.