Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 589d590

Browse files
committed
1 parent df340fe commit 589d590

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
branches: [ development ]
1414

1515
jobs:
16-
build:
17-
name: Build
16+
test:
17+
name: mvn test
1818
runs-on: ubuntu-latest
1919

2020
steps:
@@ -34,6 +34,6 @@ jobs:
3434
key: ${{ runner.os }}-java-${{ env.java }}-m2-${{ hashFiles('**/pom.xml', '**/*.pom') }}
3535
restore-keys: ${{ runner.os }}-java-${{ env.java }}-m2
3636

37-
- name: Build with Maven
37+
- name: Run mvn test
3838
working-directory: ./sormas-base
39-
run: mvn verify -B -ntp
39+
run: mvn test -B -ntp

0 commit comments

Comments
 (0)