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 3df3e90 commit 0888164Copy full SHA for 0888164
.github/workflows/test.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- id: force-install-synthetics
142
name: Force install synthetics
143
- if: matrix.version == '8.14.3'
+ if: matrix.version == '8.14.3' || matrix.version == '8.15.0'
144
run: |-
145
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
146
0 commit comments