Skip to content

Commit

Permalink
export SITEENV inside the script
Browse files Browse the repository at this point in the history
$multidev_name is not carrying over
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent 48e251f commit 9650b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
SAGENAME: sage-test
SITENAME: wpcm-sage-install-tests
CI: 1
SITEENV: "$multidev_name"
PHPVERSION: ${{ matrix.php-version }}
run: |
export SITEENV=$multidev_name
cd ~/pantheon-local-copies/$SITENAME
composer install-sage
echo "✅ Sage Install Script passed!"
Expand Down

0 comments on commit 9650b7f

Please sign in to comment.