Skip to content

Commit

Permalink
Update heroku_surveyjs-php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 authored Feb 21, 2024
1 parent 5514a17 commit 1cd1135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heroku_surveyjs-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run composer install if composer.json exists
if: steps.check_files.outputs.files_exists == 'true'
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress
run: composer install --prefer-dist --no-progress

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1cd1135

Please sign in to comment.