Skip to content

Commit

Permalink
try to test handle error;
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchengyang515 committed Feb 3, 2023
1 parent e5710b4 commit fe72b37
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/setup-stackql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +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
# run: | ## use the secret to create json file
# 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
stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"

0 comments on commit fe72b37

Please sign in to comment.