Skip to content

Commit

Permalink
Add testing to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou authored May 17, 2022
1 parent 36a7e21 commit fca243a
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 @@ -24,3 +24,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Test with Maven
run: mvn test

0 comments on commit fca243a

Please sign in to comment.