Skip to content

Commit e0d128f

Browse files
committed
ci update
1 parent 8ad8940 commit e0d128f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stackql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
with:
5858
query_file_path: './stackql/scripts/deploy-instances/deploy-instances.iql'
5959
data_file_path: './stackql/data/vars.jsonnet'
60+
is_command: 'true'
6061
vars: GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
6162

6263
- name: check if we have 4 instances using stackql-assert
@@ -72,11 +73,13 @@ jobs:
7273
uses: stackql/stackql-exec@v2.2.3
7374
with:
7475
query_file_path: './stackql/scripts/stop-instances/stop-instances.iql'
76+
is_command: 'true'
7577

7678
- name: "[CLEANUP] delete instances using stackql-exec"
7779
uses: stackql/stackql-exec@v2.2.3
7880
with:
7981
query_file_path: './stackql/scripts/delete-instances/delete-instances.iql'
82+
is_command: 'true'
8083
data_file_path: './stackql/data/vars.jsonnet'
8184
vars: GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
8285

0 commit comments

Comments
 (0)