We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adaf0b commit 4c623cdCopy full SHA for 4c623cd
1 file changed
.github/workflows/release.yml
@@ -178,6 +178,8 @@ jobs:
178
179
- name: Run integration tests (uber JAR)
180
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
183
184
- name: Run integration tests (native binary)
185
0 commit comments