Update github workflow

This commit is contained in:
DariusIII
2023-03-21 21:40:27 +01:00
parent 54c90f4f45
commit 5d89bb37a3
+3 -3
View File
@@ -31,11 +31,11 @@ jobs:
- uses: actions/checkout@v2
- name: Copy .env
run: cp .env.test .env
- name: Copy environment file
run: cp .env.example .env
- name: Install Dependencies
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer install --prefer-dist --no-interaction --no-progress
- name: Generate key
run: php artisan key:generate