Skip to content

Commit

Permalink
change the e2e test maven to use a fixed maven version (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
imaffe committed Jun 21, 2022
1 parent 115f7b8 commit a580d91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/daily-end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ matrix.branch }}
- name: Set up Maven
uses: apache/pulsar-test-infra/setup-maven@master
with:
maven-version: 3.6.2
- name: Run e2e Test
run: |
./mvnw clean install -DskipTests
./mvnw -pl 'flink-end-to-end-tests/flink-end-to-end-tests-pulsar' test
mvn clean install -DskipTests
mvn -pl 'flink-end-to-end-tests/flink-end-to-end-tests-pulsar' test

0 comments on commit a580d91

Please sign in to comment.