Skip to content

Commit 25cfacf

Browse files
committed
Simplify CI script
1 parent f259747 commit 25cfacf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,5 @@ jobs:
2929
run: |
3030
composer install --no-scripts
3131
32-
- name: Prepare Laravel Application
33-
run: |
34-
php artisan key:generate
35-
3632
- name: Run Testsuite
3733
run: vendor/bin/phpunit tests/

0 commit comments

Comments
 (0)