Skip to content

Commit 0888164

Browse files
committed
add 8.15.0 for synthetics install call conditions
1 parent 3df3e90 commit 0888164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- id: force-install-synthetics
142142
name: Force install synthetics
143-
if: matrix.version == '8.14.3'
143+
if: matrix.version == '8.14.3' || matrix.version == '8.15.0'
144144
run: |-
145145
for i in {1..5}; do curl -s -H "Authorization: ApiKey ${{ steps.get-api-key.outputs.apikey }}" --header "Content-Type: application/json" --header "kbn-xsrf: true" --request POST --data '{ "force": true }' http://localhost:5601/api/fleet/epm/packages/synthetics/1.2.2 && break || sleep 15; done
146146

0 commit comments

Comments
 (0)