fix: move node_modules to /workspace in CI image and update symlink
Test / unit-tests (push) Failing after 9s
Pull Request / unit-tests (pull_request) Failing after 9s
Pull Request / acceptance-tests (pull_request) Has been skipped
Pull Request / analyze-bump-type (pull_request) Has been skipped

This commit is contained in:
2026-03-31 22:57:10 -07:00
parent c611c68822
commit ba180ae6e1
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
&& rm -rf /var/cache/apk/*
# Set working directory
WORKDIR /app
WORKDIR /workspace
# Copy package files first (for better caching)
COPY package*.json ./