Skip to content

Commit 0f536c4

Browse files
committed
Tweak ci.yml
1 parent 3ebd71f commit 0f536c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@ jobs:
3535
run: |
3636
composer install --no-scripts
3737
38-
- name: Install NPM dependencies
39-
run: |
40-
npm ci
41-
4238
- name: Prepare Laravel Application
4339
run: |
4440
cp .env.ci .env
45-
php artisan key:generate
4641
4742
- name: Run Testsuite
4843
run: vendor/bin/phpunit tests/

0 commit comments

Comments
 (0)