Skip to content

Commit

Permalink
Fix mvn clean test in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffxiang committed Oct 28, 2024
1 parent c444f4b commit 9cbe09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Run ITCase tests
run: mvn clean test -Dtest=*ITCase
- name: Run psc-flink *ITCase tests
run: mvn clean test -pl psc-flink -Dtest=*ITCase

0 comments on commit 9cbe09d

Please sign in to comment.