We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1207980 commit 9f6d4e0Copy full SHA for 9f6d4e0
.github/workflows/flink-remote-shuffle-tests.yaml
@@ -1,9 +1,9 @@
1
name: Remote Shuffle Service
2
on:
3
push:
4
- branches: [main, release-*, dev-*]
+ branches: [ main, release-*, dev-* ]
5
pull_request:
6
7
jobs:
8
build-and-test:
9
runs-on: ubuntu-18.04
@@ -21,4 +21,4 @@ jobs:
21
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
22
restore-keys: ${{ runner.os }}-m2
23
- name: Build and test with maven
24
- run: mvn clean install -DskipTests; mvn -PincludeE2E -B clean verify
+ run: mvn -ntp clean install -DskipTests; mvn -PincludeE2E -B clean verify
0 commit comments