File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ jobs:
5656 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
5757 curl ${{ env.E2E_APP_HOST }}:5000 && sleep 35s
5858 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
59- spp-cli -a change-me clear instruments
59+ spp-cli -a change-me remove all- instruments
6060
6161 - name : Live log (false condition)
6262 run : |
6363 spp-cli -a change-me add-log -c 1==2 -l provider E2ETest.py 19 Hello {}
6464 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
6565 curl ${{ env.E2E_APP_HOST }}:5000 && sleep 35s
6666 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
67- spp-cli -a change-me clear instruments
67+ spp-cli -a change-me remove all- instruments
6868
6969 - name : Live breakpoint (hit limit = 2)
7070 run : |
You can’t perform that action at this time.
0 commit comments