Skip to content

Commit

Permalink
Add retry to bootstrap for windows related workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jul 19, 2024
1 parent 2f8c6f4 commit 3d05022
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- id: install-dashboards
uses: derek-ho/setup-opensearch-dashboards@v1
- uses: Wandalen/[email protected]
with:
plugin_name: security-dashboards-plugin
action: derek-ho/setup-opensearch-dashboards@v1
with: |
plugin_name: security-dashboards-plugin
- name: Start Dashboards in background
run: node scripts/build_opensearch_dashboards_platform_plugins.js
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2

- id: install-dashboards
uses: derek-ho/setup-opensearch-dashboards@v1
- uses: Wandalen/[email protected]
with:
plugin_name: security-dashboards-plugin
action: derek-ho/setup-opensearch-dashboards@v1
with: |
plugin_name: security-dashboards-plugin
- name: Run lint
run: yarn lint
Expand Down

0 comments on commit 3d05022

Please sign in to comment.