Skip to content

Commit caf562b

Browse files
committed
converted GitHub action workflow from sbt to Maven
Signed-off-by: Konstantin Läufer <[email protected]>
1 parent e73e9b8 commit caf562b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java sbt CI
1+
name: Java Maven CI
22

33
on:
44
push:
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
distribution: 'temurin'
1919
java-version: '21'
20-
- uses: sbt/setup-sbt@v1
21-
- name: Run tests
22-
run: sbt jacoco
20+
cache: 'maven'
21+
- name: Build with Maven
22+
run: mvn -B clean verify
2323
- uses: codecov/codecov-action@v5
2424
env:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)