Skip to content

Commit fe72b37

Browse files
try to test handle error;
1 parent e5710b4 commit fe72b37

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/setup-stackql.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
run: |
5959
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
6060
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}"
61+
### uncomment the step to see error handling
62+
- name: Handle error
63+
continue-on-error: true
64+
run: | ## use the secret to create json file
65+
stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"

0 commit comments

Comments
 (0)