We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1b562 commit b1c2b17Copy full SHA for b1c2b17
.github/workflows/stackql.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
env:
14
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
15
- GOOGLE_PROJECT: ${{ vars.GOOGLE_PROJECT }}
+ GOOGLE_PROJECT: ${{ vars.GOOGLgit add E_PROJECT }}
16
GOOGLE_ZONE: ${{ vars.GOOGLE_ZONE }}
17
18
steps:
@@ -50,7 +50,7 @@ jobs:
50
- name: check if we have 4 instances using stackql-assert
51
uses: stackql/stackql-assert@v1.3.2
52
with:
53
- test_query_file_path: './stackql/scripts/check-instances.iql'
+ test_query_file_path: './stackql/scripts/check-instances/check-instances.iql'
54
data_file_path: './stackql/data/vars.jsonnet'
55
vars: GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
56
expected_rows: 4
0 commit comments