Skip to content

Commit 26c5465

Browse files
authored
Update laravel.yml
remove composer lock file
1 parent 6c9428e commit 26c5465

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/laravel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2121
- name: Copy composer.json
2222
run: php -r "file_exists('composer.json') || copy('composer-test.json', 'composer.json');"
23+
- name: Remove composer lock file
24+
run: php -r "file_exists('composer.lock') || unlink('composer.lock');"
2325
- name: Install Dependencies
2426
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2527
- name: Generate key

0 commit comments

Comments
 (0)