Skip to content

Commit f937b96

Browse files
Luke SikinaLuke-Sikina
Luke Sikina
authored andcommittedJul 8, 2024
Enable maven tests in GH
1 parent e8d6253 commit f937b96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/unit-tests.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
steps:
2+
- uses: actions/checkout@v4
3+
- name: Set up JDK 17
4+
uses: actions/setup-java@v4
5+
with:
6+
java-version: '17'
7+
distribution: 'temurin'
8+
cache: maven
9+
- name: Build with Maven
10+
run: mvn --batch-mode --update-snapshots verify
11+

0 commit comments

Comments
 (0)