Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Dec 14, 2023
1 parent ca40be6 commit b7891fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-klass-forvaltning.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Build (Java 8)
run-name: "Build, tests and package"

on:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
run: mvn --batch-mode --update-snapshots package -P nexus
# Build only klass-forvaltning with JDK 1.8
- name: Build, test and package with Maven
run: mvn --batch-mode --update-snapshots package -pl 'klass-forvaltning' -P nexus
run: mvn --batch-mode --update-snapshots package -pl ':klass-forvaltning' -P nexus
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Build (Java 17)
run-name: "Build, tests and package"

on:
Expand Down

0 comments on commit b7891fe

Please sign in to comment.