Skip to content

Commit f4c481a

Browse files
fix error
1 parent af9e104 commit f4c481a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/setup-stackql.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ defaults:
1212
shell: bash
1313

1414
jobs:
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
@@ -50,9 +50,8 @@ jobs:
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-

0 commit comments

Comments
 (0)