File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ defaults:
1212 shell : bash
1313
1414jobs :
15+
16+
1517 stackql-test-matrix :
1618 name : ' Terraform Run Local No Wrapper'
1719 runs-on : ${{ matrix.os }}
1820 strategy :
1921 matrix :
2022 os : [ubuntu-latest, windows-latest, macos-latest]
21- defaults :
22- run :
23- working-directory : ./.github/workflows/data/local
23+
2424 steps :
2525 - name : Checkout
2626 uses : actions/checkout@v3
5050 - name : Use Google Provider
5151 run : |
5252 stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
53-
53+
5454 # #### uncomment the step to see error handling
5555 # - name: Handle error
5656 # run: | ## use the secret to create json file
5757 # stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
58-
You can’t perform that action at this time.
0 commit comments