You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/10/27 00:08:11 UTC

[incubator-seatunnel] branch dev updated: [CI]fix ci error (#3197)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new dcd05d651 [CI]fix ci error (#3197)
dcd05d651 is described below

commit dcd05d651deee458de68cba9dfd7067327c928f6
Author: Eric <ga...@gmail.com>
AuthorDate: Thu Oct 27 08:08:04 2022 +0800

    [CI]fix ci error (#3197)
---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index a92a2eea2..9e5e581e7 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -261,7 +261,7 @@ jobs:
           MAVEN_OPTS: -Xmx2048m
 
       - name: run updated modules unit test
-        if: needs.changes.outputs.api == 'false' && needs.changes.outputs.ut-modules != ""
+        if: needs.changes.outputs.api == 'false' && needs.changes.outputs.ut-modules != ''
         run: |
           ./mvnw -B -T 1C clean verify -D"maven.test.skip"=false -D"checkstyle.skip"=true -D"scalastyle.skip"=true -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl ${{needs.changes.outputs.ut-modules}} -am -amd -Pno_dist
         env: