Skip to content

Commit

Permalink
remove composer install step
Browse files Browse the repository at this point in the history
we do this again later inside the multidev that we clone down, so there's no reason to do this before we create the multidev
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent 79adf95 commit fbb711e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
fi
# Test that terminus works...
terminus --version
- name: Install Composer Dependencies
run: composer install --no-progress --no-suggest --prefer-dist
- name: Validate Pantheon Host Key
run: |
echo "Host *.drush.in HostKeyAlgorithms +ssh-rsa" >> ~/.ssh/config
Expand Down

0 comments on commit fbb711e

Please sign in to comment.