Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Oct 29, 2024
1 parent 8ad8940 commit e0d128f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stackql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
query_file_path: './stackql/scripts/deploy-instances/deploy-instances.iql'
data_file_path: './stackql/data/vars.jsonnet'
is_command: 'true'
vars: GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}

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

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

Expand Down

0 comments on commit e0d128f

Please sign in to comment.