We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e3972 commit b956391Copy full SHA for b956391
2 files changed
.github/workflows/deploy.yml
@@ -40,6 +40,10 @@ concurrency:
40
env:
41
DEPLOY_PATH: /opt/codecrow
42
43
+permissions:
44
+ contents: read
45
+ checks: write
46
+
47
jobs:
48
build:
49
name: Build & Test → Docker Images
deployment/ci/ci-build.sh
@@ -50,7 +50,7 @@ fi
50
51
# ── 2. Build & Test Java Artifacts ─────────────────────────────────────────
52
echo "--- 2. Building & testing Java artifacts (mvn clean verify) ---"
53
-(cd "$JAVA_DIR" && mvn clean verify)
+(cd "$JAVA_DIR" && mvn clean verify -T 1C)
54
echo " ✓ Java build & tests complete"
55
56
# ── 3. Copy MCP JARs ──────────────────────────────────────────────────────
0 commit comments