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 e5710b4 commit fe72b37Copy full SHA for fe72b37
.github/workflows/setup-stackql.yml
@@ -58,7 +58,8 @@ jobs:
58
run: |
59
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
60
61
- #### uncomment the step to see error handling
62
- # - name: Handle error
63
- # run: | ## use the secret to create json file
64
- # stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
+ ### uncomment the step to see error handling
+ - name: Handle error
+ continue-on-error: true
+ run: | ## use the secret to create json file
65
+ stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
0 commit comments