Skip to content

Commit 84e02c8

Browse files
committed
adding custom bundle flag
1 parent 76862fa commit 84e02c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/internal-pr-test-bundle-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
# ensure bundle runs
4343
44-
if ! qlt query run install-packs --base example/ ; then
44+
if ! qlt query run install-packs --use-bundle --base example/ ; then
4545
echo "Failed to install query packs with tool."
4646
exit 1
4747
fi

.github/workflows/internal-pr-test-quick-bundle-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
# ensure bundle runs
4343
44-
if ! qlt query run install-packs --base example/ ; then
44+
if ! qlt query run install-packs --use-bundle --base example/ ; then
4545
echo "Failed to install query packs with tool."
4646
exit 1
4747
fi

0 commit comments

Comments
 (0)