Skip to content

Commit

Permalink
Play tests on GitHub CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Sep 23, 2024
1 parent 39548c4 commit 3a209fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: mvn build
run: ./mvnw -f pom.xml -V --no-transfer-progress clean install -DskipTests
- name: mvn test
run: ./mvnw -f pom.xml -V --no-transfer-progress test
2 changes: 2 additions & 0 deletions .github/workflows/master-push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: mvn build
run: ./mvnw -f pom.xml -V --no-transfer-progress clean install -DskipTests
- name: mvn test
run: ./mvnw -f pom.xml -V --no-transfer-progress test

0 comments on commit 3a209fd

Please sign in to comment.