Skip to content

Commit

Permalink
need to make sure full complement of ENV VARS are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Sep 30, 2023
1 parent 6483551 commit dfacd2f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,28 @@ jobs:
shell: bash
- name: run test_1.sh
run: |
export GEMSTONE_ROOT=${{ steps.setup-GsDevKit_stones.outputs.gemstone-product-path }}
export SUPERDOIT_ROOT=${{ steps.setup-GsDevKit_stones.outputs.superDoit-root }}
export WORK_ROOT="$GITHUB_WORKSPACE/.."
export GSDEVKIT_STONES_ROOT=$GITHUB_WORKSPACE
echo "GEMSTONE_ROOT=$GEMSTONE_ROOT"
echo "SUPERDOIT_ROOT=$SUPERDOIT_ROOT"
echo "GSDEVKIT_STONES_ROOT=$GSDEVKIT_STONES_ROOT"
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
echo "WORK_ROOT=$WORK_ROOT"
export STONES_DATA_HOME="$WORK_ROOT/STONES_DATA_HOME"
echo "STONES_DATA_HOME=$STONES_DATA_HOME"
export STONES_HOME="$WORK_ROOT/STONES_HOME"
echo "STONES_HOME=$STONES_HOME"
export STONES_git=$STONES_HOME/git
export STONES_gemstone=$STONES_HOME/gemstone
export PATH=$SUPERDOIT_ROOT/bin:$GSDEVKIT_STONES_ROOT/bin:$PATH
$GSDEVKIT_STONES_ROOT/tests/test_1.sh
shell: bash
slack-workflow-status:
Expand Down

0 comments on commit dfacd2f

Please sign in to comment.