Skip to content

Commit

Permalink
Fix test path from contribution
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Feb 21, 2024
1 parent c186cf1 commit d48d311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-start-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./ # Use the action
- uses: ../actions/start-opensearch
with:
opensearch-version: 3.0.0
security-enabled: false
Expand All @@ -38,7 +38,7 @@ jobs:
url: https://aws.oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opensearch.plugin&a=opensearch-security&v=3.0.0.0-SNAPSHOT&p=zip
filename: security.zip

- uses: ./ # Use the action
- uses: ../actions/start-opensearch
with:
opensearch-version: 3.0.0
security-enabled: true
Expand Down

0 comments on commit d48d311

Please sign in to comment.