Skip to content

Commit

Permalink
Lock version of OpenSearch for integration tests.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Feb 12, 2025
1 parent d9318cf commit 40d53d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with: { go-version-file: 'go.mod' }
with: { go-version-file: "go.mod" }
- run: go version
- name: Increase system limits
run: |
Expand All @@ -33,10 +33,11 @@ jobs:
runs-on: ubuntu-latest
env:
SECURE_INTEGRATION: true
OPENSEARCH_VERSION: 2.18.0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with: { go-version-file: 'go.mod' }
with: { go-version-file: "go.mod" }
- run: go version
- name: Increase system limits
run: |
Expand Down

0 comments on commit 40d53d3

Please sign in to comment.