Skip to content

Commit

Permalink
use env varibales
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent 2ac3024 commit 7bd673a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,13 @@ jobs:
cd ~/pantheon-local-copies/wpcm-sage-install-tests
composer install
- name: Run Sage Install Script
env:
SAGENAME: sage-test
SITENAME: wpcm-sage-install-tests
CI: 1
SITEENV: $multidev_name
PHPVERSION: ${{ matrix.php-version }}
run: |
export SAGENAME=sage-test
export SITENAME=wpcm-sage-install-tests
export CI=1
export SITEENV=$multidev_name
export PHPVERSION=${{ matrix.php-version }}
cd ~/pantheon-local-copies/$SITENAME
composer install-sage
echo "✅ Sage Install Script passed!"
Expand Down

0 comments on commit 7bd673a

Please sign in to comment.