Skip to content

Commit

Permalink
run composer update instead of install
Browse files Browse the repository at this point in the history
make sure we're getting the latest stuff
  • Loading branch information
jazzsequence committed Apr 5, 2024
1 parent 47cc41a commit c14e4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: composer validate --no-check-all

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
run: composer update --no-progress --prefer-dist --optimize-autoloader

- name: Run lints
run: composer lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Install Composer Dependencies
run: |
cd ~/pantheon-local-copies/wpcm-sage-install-tests
composer install
composer update
- name: Run Sage Install Script
env:
SAGENAME: sage-test
Expand Down

0 comments on commit c14e4a7

Please sign in to comment.