Skip to content

Commit

Permalink
Skip tests when building the artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
programLyrique committed Jan 15, 2025
1 parent d5a1e39 commit 73fc7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
imageName: ${{ needs.build-devcontainer.outputs.imageName }}
cacheFrom: ${{ needs.build-devcontainer.outputs.imageName }}
push: never
runCmd: cd server ; mvn --batch-mode --update-snapshots package
runCmd: cd server ; mvn --batch-mode --update-snapshots -DskipTests package
- run: mkdir staging && cp target/*.jar staging
working-directory: server
- name: Upload snapshot as artifact
Expand Down

0 comments on commit 73fc7cf

Please sign in to comment.