Skip to content

Commit

Permalink
export our globals
Browse files Browse the repository at this point in the history
so they are read by the script
  • Loading branch information
jazzsequence committed Sep 22, 2023
1 parent 0aef515 commit 01e7d05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:
git push origin $multidev_name
- name: Run Sage Install Script
run: |
SAGENAME=sage-test
SITENAME=wpcm-sage-install-tests
export SAGENAME=sage-test
export SITENAME=wpcm-sage-install-tests
export CI=1
cd ~/pantheon-local-copies/$SITENAME
composer install-sage || exit_code=$?
if [[ -n "${exit_code}" ]]; then
Expand Down

0 comments on commit 01e7d05

Please sign in to comment.