Skip to content

Commit 964b181

Browse files
committed
chore: Update
1 parent 3771b24 commit 964b181

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/setup.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,16 @@ jobs:
3030
- name: Verify fcli installation
3131
run: ls -laR ${RUNNER_TOOL_CACHE}/fcli ; ls -laR ${RUNNER_TOOL_CACHE}/sc-client
3232
shell: bash
33+
continue-on-error: true
3334
- name: Show env vars
3435
run: env
3536
shell: bash
37+
continue-on-error: true
3638
- name: Show fcli version
3739
run: fcli --version
3840
shell: bash
41+
continue-on-error: true
3942
- name: Show sc-client version
4043
run: scancentral --version
41-
shell: bash
44+
shell: bash
45+
continue-on-error: true

0 commit comments

Comments
 (0)