Skip to content

Commit

Permalink
sync the latest changes to the test multidev
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 22, 2023
1 parent a2ce1cf commit 3b6f218
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ jobs:
git checkout $multidev_name
echo "Installing Composer dependencies..."
composer install --no-progress --no-suggest --prefer-dist
- name: Copy latest repository changes
run: |
# Sync the files from checked-out repo to pantheon-local-copies, excluding the .git folder
rsync -av --exclude='.git/' ${{ github.workspace }}/ ~/pantheon-local-copies/wpcm-sage-install-tests/
# Navigate to Pantheon local copies directory
cd ~/pantheon-local-copies/wpcm-sage-install-tests/
# Add, commit and push
git add .
git commit -m "Sync latest changes to test environment"
git push origin $multidev_name
- name: Run Sage Install Script
run: |
SAGENAME=sage-test
Expand Down

0 comments on commit 3b6f218

Please sign in to comment.