Skip to content

Commit

Permalink
Add step to run ITCase tests in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffxiang committed Oct 28, 2024
1 parent 6627948 commit c444f4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml
- name: Run ITCase tests
run: mvn clean test -Dtest=*ITCase

0 comments on commit c444f4b

Please sign in to comment.