You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2021/11/26 19:15:17 UTC

[bahir-flink] 04/04: Update maven-ci.yml

This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit a977562d4544a6ac8f0991420024186a9ab06f95
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Sun Nov 21 21:26:27 2021 +0100

    Update maven-ci.yml
---
 .github/workflows/maven-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml
index 0b3d6b1..f1b1ed8 100644
--- a/.github/workflows/maven-ci.yml
+++ b/.github/workflows/maven-ci.yml
@@ -41,8 +41,8 @@ jobs:
         java-version: ${{ matrix.java }}
         distribution: 'adopt'
         cache: maven 
-    - name: Change scala version
+    - name: Change scala version to ${{ matrix.scala-version }}
       run: ./dev/change-scala-version.sh ${{ matrix.scala-version }}
       shell: bash
-    - name: Build with Maven
-      run: mvn -q clean verify -Dscala-${{ matrix.scala-version }} -Dflink.version=${{ matrix.flink-version }}
+    - name: Build with flink ${{ matrix.flink-version }}
+      run: mvn -B clean verify -Dscala-${{ matrix.scala-version }} -Dflink.version=${{ matrix.flink-version }}