Skip to content

Commit

Permalink
Fiks byggefeil fordi "/target"-mappa ikke fantes
Browse files Browse the repository at this point in the history
  • Loading branch information
slovrid committed Mar 14, 2024
1 parent ff13dd7 commit 34930e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-deploy-feature-branch-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
distribution: 'temurin'
cache: 'maven'

- name: Build maven artifacts
run: mvn -B package -D skipTests

- name: Build and push Docker image
uses: nais/docker-build-push@v0
id: docker-build-push
Expand Down

0 comments on commit 34930e9

Please sign in to comment.