Skip to content

Commit

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

0 comments on commit 044809e

Please sign in to comment.