Skip to content

Commit 7d1c4cc

Browse files
committed
test
1 parent cee97d6 commit 7d1c4cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
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)
@@ -80,6 +81,7 @@ jobs:
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

Comments
 (0)