Skip to content

Commit ae83855

Browse files
committed
moved stuff
1 parent 862895c commit ae83855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-bundle-integration-tests-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- name: Create Bundle (compiled)
4444
shell: bash
4545
run: |
46-
if ! qlt codeql run install --custom-bundle ; then
46+
if ! qlt codeql run install --custom-bundle --base example/ ; then
4747
echo "Failed to generate bundle."
4848
exit 1
4949
fi
5050
5151
# ensure bundle runs
5252
53-
if ! qlt query run install-packs --use-bundle ; then
53+
if ! qlt query run install-packs --use-bundle --base example/ ; then
5454
echo "Failed to install query packs with tool."
5555
exit 1
5656
fi

0 commit comments

Comments
 (0)