Skip to content

Commit 275c401

Browse files
fix: prøvekjør install som del av build
1 parent 619c6ac commit 275c401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build & Deploy
3232
run: |
33-
mvn verify -e --batch-mode --settings .github/settings.xml --file pom.xml -DtrimStackTrace=false
33+
mvn install -e --batch-mode --settings .github/settings.xml --file pom.xml -DtrimStackTrace=false
3434
env:
3535
GITHUB_USERNAME: x-access-token
3636
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)