Skip to content

Commit c451a85

Browse files
committed
test
1 parent d0784b2 commit c451a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
continue-on-error: true
104104
- run: |
105105
sleep 35s
106-
resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[]" ]] && echo $resp || (echo $resp && exit 1)
106+
resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[ ]" ]] && echo $resp || (echo $resp && exit 1)
107107
108108
- name: Live log (hit limit = 2)
109109
run: |

0 commit comments

Comments
 (0)