Skip to content

Commit

Permalink
Add key generating
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed Apr 25, 2024
1 parent b83dd85 commit bc0662a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader

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

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

0 comments on commit bc0662a

Please sign in to comment.