We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a768e11 commit 55d5cb1Copy full SHA for 55d5cb1
.github/workflows/test.yml
@@ -162,7 +162,7 @@ jobs:
162
163
- id: force-install-synthetics
164
name: Force install synthetics
165
- if: matrix.version == '8.14.3' || matrix.version == '8.15.0'
+ if: matrix.version == '8.14.3' || matrix.version == '8.15.3'
166
run: |-
167
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
168
0 commit comments