Skip to content

Commit

Permalink
Enable multiple try for bootstrap
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Dec 16, 2023
1 parent 89f03a2 commit a790f6b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/cypress-e2e-reporting-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,13 @@ jobs:
working-directory: OpenSearch-Dashboards
shell: bash

- name: Boodstrap Opensearch Dashboards
run: |
yarn osd bootstrap
working-directory: OpenSearch-Dashboards
- name: OpenSearch Dashboards Plugin Bootstrap
uses: nick-fields/retry@v1
with:
timeout_minutes: 30
max_attempts: 3
command: yarn osd bootstrap
path: OpenSearch-Dashboards

- name: Run Opensearch Dashboards with Dashboards Reporting Plugin Installed
run: |
Expand Down

0 comments on commit a790f6b

Please sign in to comment.