Skip to content

Commit b1c2b17

Browse files
committed
fixed ci
1 parent 7f1b562 commit b1c2b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
15-
GOOGLE_PROJECT: ${{ vars.GOOGLE_PROJECT }}
15+
GOOGLE_PROJECT: ${{ vars.GOOGLgit add E_PROJECT }}
1616
GOOGLE_ZONE: ${{ vars.GOOGLE_ZONE }}
1717

1818
steps:
@@ -50,7 +50,7 @@ jobs:
5050
- name: check if we have 4 instances using stackql-assert
5151
uses: stackql/stackql-assert@v1.3.2
5252
with:
53-
test_query_file_path: './stackql/scripts/check-instances.iql'
53+
test_query_file_path: './stackql/scripts/check-instances/check-instances.iql'
5454
data_file_path: './stackql/data/vars.jsonnet'
5555
vars: GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
5656
expected_rows: 4

0 commit comments

Comments
 (0)