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 7d1c4cc commit d0784b2Copy full SHA for d0784b2
.github/workflows/build.yml
@@ -121,7 +121,7 @@ jobs:
121
continue-on-error: true
122
- run: |
123
sleep 35s
124
- 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)
125
126
- run: ./gradlew composeLogs
127
if: ${{ always() }}
0 commit comments