Skip to content

Commit 55d5cb1

Browse files
committed
Apply workaround to force install synthetics for 8.15.3
1 parent a768e11 commit 55d5cb1

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
@@ -162,7 +162,7 @@ jobs:
162162

163163
- id: force-install-synthetics
164164
name: Force install synthetics
165-
if: matrix.version == '8.14.3' || matrix.version == '8.15.0'
165+
if: matrix.version == '8.14.3' || matrix.version == '8.15.3'
166166
run: |-
167167
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
168168

0 commit comments

Comments
 (0)