diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index bdc7adb3..272ac63a 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -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