Skip to content

Commit

Permalink
remove latest
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Mar 28, 2022
1 parent 2a15205 commit e6a8572
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6a8572

Please sign in to comment.