From e6a8572cc2b515c9e2130fc96b9d634cb86860eb Mon Sep 17 00:00:00 2001 From: Iuga Mihai Date: Mon, 28 Mar 2022 17:36:39 +0300 Subject: [PATCH] remove latest --- .github/workflows/pr-integration-tests.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/pr-integration-tests.yml b/.github/workflows/pr-integration-tests.yml index 460a25e9..6c886cbb 100644 --- a/.github/workflows/pr-integration-tests.yml +++ b/.github/workflows/pr-integration-tests.yml @@ -43,22 +43,3 @@ jobs: go get -v -t -d ./... - name: Run integration tests with Elasticsearch `v8.1.1` run: make integration-tests ES_VERSION=8.1.1 - - test-3: - name: Elasticsearch latest - runs-on: ubuntu-latest - steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: ^1.15.6 - id: go - - - name: Check out code - uses: actions/checkout@v2 - - - name: Get dependencies - run: | - go get -v -t -d ./... - - name: Run integration tests with Elasticsearch `latest` - run: make integration-tests ES_VERSION=latest