Skip to content

Commit

Permalink
Add step for integartion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap authored Oct 30, 2023
1 parent 8786713 commit e2c50c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Integration Tests with Maven
run: mvn failsafe:integration-test -Pit-tests --file pom.xml

0 comments on commit e2c50c0

Please sign in to comment.