6969 sleep 10s
7070 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
7171 - run : curl ${{ env.E2E_APP_HOST }}:4000
72+ continue-on-error : true
7273 - run : |
7374 sleep 35s
7475 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
8081 sleep 10s
8182 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
8283 - run : curl ${{ env.E2E_APP_HOST }}:4000
84+ continue-on-error : true
8385 - run : |
8486 sleep 35s
8587 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
@@ -93,10 +95,12 @@ jobs:
9395 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."hitLimit") == "2" ]] && echo $resp || (echo $resp && exit 1)
9496 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
9597 - run : curl ${{ env.E2E_APP_HOST }}:4000
98+ continue-on-error : true
9699 - run : |
97100 sleep 35s
98101 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "1" ]] && echo $resp || (echo $resp && exit 1)
99102 - run : curl ${{ env.E2E_APP_HOST }}:4000
103+ continue-on-error : true
100104 - run : |
101105 sleep 35s
102106 resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[]" ]] && echo $resp || (echo $resp && exit 1)
@@ -109,10 +113,12 @@ jobs:
109113 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."hitLimit") == "2" ]] && echo $resp || (echo $resp && exit 1)
110114 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
111115 - run : curl ${{ env.E2E_APP_HOST }}:4000
116+ continue-on-error : true
112117 - run : |
113118 sleep 35s
114119 resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "1" ]] && echo $resp || (echo $resp && exit 1)
115120 - run : curl ${{ env.E2E_APP_HOST }}:4000
121+ continue-on-error : true
116122 - run : |
117123 sleep 35s
118124 resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[]" ]] && echo $resp || (echo $resp && exit 1)
0 commit comments