Skip to content

Commit d0784b2

Browse files
committed
test
1 parent 7d1c4cc commit d0784b2

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
@@ -121,7 +121,7 @@ jobs:
121121
continue-on-error: true
122122
- run: |
123123
sleep 35s
124-
resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[]" ]] && echo $resp || (echo $resp && exit 1)
124+
resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[ ]" ]] && echo $resp || (echo $resp && exit 1)
125125
126126
- run: ./gradlew composeLogs
127127
if: ${{ always() }}

0 commit comments

Comments
 (0)