We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0784b2 commit c451a85Copy full SHA for c451a85
.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
103
continue-on-error: true
104
- run: |
105
sleep 35s
106
- resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[]" ]] && echo $resp || (echo $resp && exit 1)
+ resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[ ]" ]] && echo $resp || (echo $resp && exit 1)
107
108
- name: Live log (hit limit = 2)
109
run: |
0 commit comments