We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3771b24 commit 964b181Copy full SHA for 964b181
1 file changed
.github/workflows/setup.yml
@@ -30,12 +30,16 @@ jobs:
30
- name: Verify fcli installation
31
run: ls -laR ${RUNNER_TOOL_CACHE}/fcli ; ls -laR ${RUNNER_TOOL_CACHE}/sc-client
32
shell: bash
33
+ continue-on-error: true
34
- name: Show env vars
35
run: env
36
37
38
- name: Show fcli version
39
run: fcli --version
40
41
42
- name: Show sc-client version
43
run: scancentral --version
- shell: bash
44
+ shell: bash
45
0 commit comments