69
69
sleep 10s
70
70
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
71
71
- run : curl ${{ env.E2E_APP_HOST }}:4000
72
+ continue-on-error : true
72
73
- run : |
73
74
sleep 35s
74
75
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
80
81
sleep 10s
81
82
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
82
83
- run : curl ${{ env.E2E_APP_HOST }}:4000
84
+ continue-on-error : true
83
85
- run : |
84
86
sleep 35s
85
87
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:
93
95
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."hitLimit") == "2" ]] && echo $resp || (echo $resp && exit 1)
94
96
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
95
97
- run : curl ${{ env.E2E_APP_HOST }}:4000
98
+ continue-on-error : true
96
99
- run : |
97
100
sleep 35s
98
101
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "1" ]] && echo $resp || (echo $resp && exit 1)
99
102
- run : curl ${{ env.E2E_APP_HOST }}:4000
103
+ continue-on-error : true
100
104
- run : |
101
105
sleep 35s
102
106
resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[]" ]] && echo $resp || (echo $resp && exit 1)
@@ -109,10 +113,12 @@ jobs:
109
113
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."hitLimit") == "2" ]] && echo $resp || (echo $resp && exit 1)
110
114
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
111
115
- run : curl ${{ env.E2E_APP_HOST }}:4000
116
+ continue-on-error : true
112
117
- run : |
113
118
sleep 35s
114
119
resp=$(spp-cli -a change-me get-instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "1" ]] && echo $resp || (echo $resp && exit 1)
115
120
- run : curl ${{ env.E2E_APP_HOST }}:4000
121
+ continue-on-error : true
116
122
- run : |
117
123
sleep 35s
118
124
resp=$(spp-cli -a change-me get-instruments) && [[ $resp == "[]" ]] && echo $resp || (echo $resp && exit 1)
0 commit comments