Skip to content

Commit e7975b5

Browse files
authored
Merge pull request #147 from rostilos/1.5.1-rc
feat: Update GitHub Actions permissions and optimize Java build comma…
2 parents d778fca + b956391 commit e7975b5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ concurrency:
4040
env:
4141
DEPLOY_PATH: /opt/codecrow
4242

43+
permissions:
44+
contents: read
45+
checks: write
46+
4347
jobs:
4448
build:
4549
name: Build & Test → Docker Images

deployment/ci/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050

5151
# ── 2. Build & Test Java Artifacts ─────────────────────────────────────────
5252
echo "--- 2. Building & testing Java artifacts (mvn clean verify) ---"
53-
(cd "$JAVA_DIR" && mvn clean verify)
53+
(cd "$JAVA_DIR" && mvn clean verify -T 1C)
5454
echo " ✓ Java build & tests complete"
5555

5656
# ── 3. Copy MCP JARs ──────────────────────────────────────────────────────

0 commit comments

Comments
 (0)