Skip to content

Commit

Permalink
improve condition in handle error step
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchengyang515 committed Feb 3, 2023
1 parent fe72b37 commit f27d0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-stackql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: |
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
### uncomment the step to see error handling
- name: Handle error
if: ${{ matrix.use_wrapper}}
continue-on-error: true
run: | ## use the secret to create json file
stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"

0 comments on commit f27d0c1

Please sign in to comment.