Skip to content

Commit

Permalink
Make sure to generate this
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Jul 23, 2023
1 parent bce71e1 commit db6cd40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader

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

- name: Tests
run: ./vendor/bin/pest

Expand Down

0 comments on commit db6cd40

Please sign in to comment.