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

Commit 88cb71b

Browse files
Merge pull request SORMAS-Foundation#3796 from ImisDevelopers/feature-3730-gh-actions-ci
[SORMAS-Foundation#3730] back to verify
2 parents 2e5cb02 + aa5238f commit 88cb71b

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
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
test:
17-
name: mvn test
17+
name: mvn verify
1818
runs-on: ubuntu-latest
1919

2020
steps:
@@ -34,7 +34,7 @@ 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: Run mvn test
38-
# see https://github.com/hzi-braunschweig/SORMAS-Project/issues/3730#issuecomment-745165678
37+
- name: Run mvn verify
38+
# FIXME(@JonasCir) see https://github.com/hzi-braunschweig/SORMAS-Project/issues/3730#issuecomment-745165678
3939
working-directory: ./sormas-base
40-
run: mvn test -B -ntp
40+
run: mvn verify -B -ntp

0 commit comments

Comments
 (0)