Skip to content

Commit 97cd376

Browse files
committed
add cli version to test
Signed-off-by: Austin Abro <[email protected]>
1 parent c3df383 commit 97cd376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# Build the example packages and run the tests
111111
- name: Build examples and run tests
112112
run: |
113-
sudo env "PATH=$PATH" CI=true APPLIANCE_MODE=true make test-e2e ARCH=amd64
113+
sudo env "PATH=$PATH" CI=true APPLIANCE_MODE=true CLI_VERSION=$GITHUB_REF_NAME make test-e2e ARCH=amd64
114114
115115
- name: Save logs
116116
if: always()
@@ -152,7 +152,6 @@ jobs:
152152
echo "BREW_NAME=zarf" >> $GITHUB_ENV
153153
fi
154154
155-
156155
- name: Setup release ENV vars
157156
run: |
158157
echo TAG=$GITHUB_REF_NAME >> $GITHUB_ENV

0 commit comments

Comments
 (0)