Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
giauphan committed Mar 28, 2024
1 parent 4c569cf commit 9e7eba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Generate key
run: php artisan key:generate
- name: Update Composer dependencies
run: composer update ${{ matrix.composer-flags }} --no-interaction --no-progress --prefer-dist --ansi

- name: Install npm dependencies
run: npm install

Expand Down

0 comments on commit 9e7eba3

Please sign in to comment.