We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e6ad8 commit b74b1abCopy full SHA for b74b1ab
.github/workflows/tests.yml
@@ -31,5 +31,8 @@ jobs:
31
- name: Install Dependencies
32
run: composer install --no-interaction --prefer-dist --optimize-autoloader
33
34
+ - name: Generate Application Key
35
+ run: php artisan key:generate
36
+
37
- name: Tests
38
run: ./vendor/bin/pest --ci
0 commit comments