Skip to content

Commit

Permalink
fix env var use in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Apr 24, 2023
1 parent 9ae97c7 commit 8a3fef7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ jobs:
env:
RUNTIME_PROFILE: 'TESTING'
run: |
export BASE_RUNTIME=`scripts/runtime-code-shasum.sh`
export RUNTIME=`scripts/runtime-code-shasum.sh`
- name: pull base runtime
run: |
docker pull joystream/node:${BASE_RUNTIME}
docker pull joystream/node:$RUNTIME
docker images
# Get new runtime built for this workflow (target runtime)
Expand Down Expand Up @@ -222,7 +222,6 @@ jobs:
run: yarn workspace network-tests build
- name: Execute network tests
env:
RUNTIME: ${BASE_RUNTIME}
TARGET_RUNTIME: latest
run: |
export HOME=${PWD}
Expand Down

0 comments on commit 8a3fef7

Please sign in to comment.