diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 3708f2ba..9d0213ee 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -81,7 +81,8 @@ jobs: uses: Wandalen/wretry.action@v3.3.0 with: action: derek-ho/setup-opensearch-dashboards@v1 - plugin_name: security-dashboards-plugin + with: | + plugin_name: security-dashboards-plugin - name: Start Dashboards in background run: node scripts/build_opensearch_dashboards_platform_plugins.js diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 2b379726..d84f82b0 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -23,7 +23,8 @@ jobs: uses: Wandalen/wretry.action@v3.3.0 with: action: derek-ho/setup-opensearch-dashboards@v1 - plugin_name: security-dashboards-plugin + with: | + plugin_name: security-dashboards-plugin - name: Run lint run: yarn lint