Skip to content

Commit 4c623cd

Browse files
committed
ci: fix release:integration_step
1 parent 7adaf0b commit 4c623cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ jobs:
178178

179179
- name: Run integration tests (uber JAR)
180180
run: ./integration-tests/run-tests.sh --no-docker --verbose
181+
env:
182+
CLI_CMD: java -jar build/libs/flamingock-cli-${{ needs.validate.outputs.version }}.jar
181183

182184
- name: Run integration tests (native binary)
183185
run: ./integration-tests/run-tests.sh --no-docker --verbose

0 commit comments

Comments
 (0)