Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Jul 19, 2024
1 parent 3d05022 commit 234904b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: Wandalen/wretry.action@v3.3.0
- name: Setup OpenSearch Dashboards with retry
uses: Wandalen/wretry.action@v3.3.0
with:
action: derek-ho/setup-opensearch-dashboards@v1
with: |
plugin_name: security-dashboards-plugin
plugin_name: security-dashboards-plugin

- name: Start Dashboards in background
run: node scripts/build_opensearch_dashboards_platform_plugins.js
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2

- uses: Wandalen/wretry.action@v3.3.0
- name: Setup OpenSearch Dashboards with retry
uses: Wandalen/wretry.action@v3.3.0
with:
action: derek-ho/setup-opensearch-dashboards@v1
with: |
plugin_name: security-dashboards-plugin
plugin_name: security-dashboards-plugin

- name: Run lint
run: yarn lint
Expand Down

0 comments on commit 234904b

Please sign in to comment.