Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samsulmaarif authored Jan 19, 2022
1 parent 965b408 commit b71b000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Copy ENV Laravel Configuration for CI
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist
- name: Install NPM Dependencies
run: npm install
- name: Compile Assets
Expand Down

0 comments on commit b71b000

Please sign in to comment.