Skip to content

Commit efa500a

Browse files
committed
update cli commands
1 parent 0ecb857 commit efa500a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)