diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7cb96dde4..8586362e2 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -31,7 +31,7 @@ jobs: with: repository: 'opensearch-project/OpenSearch' path: OpenSearch - ref: '1.1' + ref: '1.x' - name: Build OpenSearch working-directory: ./OpenSearch @@ -50,7 +50,7 @@ jobs: - name: Download OpenSearch Core run: | - wget https://artifacts.opensearch.org/snapshots/core/opensearch/1.1.0-SNAPSHOT/opensearch-min-1.1.0-SNAPSHOT-linux-x64-latest.tar.gz + wget https://artifacts.opensearch.org/snapshots/core/opensearch/1.2.0-SNAPSHOT/opensearch-min-1.2.0-SNAPSHOT-linux-x64-latest.tar.gz tar -xzf opensearch-*.tar.gz - name: Run OpenSearch with plugin @@ -66,7 +66,7 @@ jobs: docker build -t opensearch-test:latest -f- . <