Skip to content

Commit

Permalink
call env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Aug 23, 2023
1 parent 0544a73 commit 5f58c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ jobs:
To run smoketest:
```
# amd64
CRYOSTAT_IMAGE=${{ amd64_image }} sh smoketest.sh
CRYOSTAT_IMAGE=${{ env.amd64_image }} sh smoketest.sh
# or arm64
CRYOSTAT_IMAGE=${{ arm64_image }} sh smoketest.sh
CRYOSTAT_IMAGE=${{ env.arm64_image }} sh smoketest.sh
```

0 comments on commit 5f58c10

Please sign in to comment.