Skip to content

Commit a866ae1

Browse files
commented out the error handling
1 parent f26d0e7 commit a866ae1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/setup-stackql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
102102
103103
#### uncomment the step to see error handling
104-
- name: Handle error
105-
run: | ## use the secret to create json file
106-
stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
104+
# - name: Handle error
105+
# run: | ## use the secret to create json file
106+
# stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"

0 commit comments

Comments
 (0)