Skip to content

Commit fba00e0

Browse files
authored
ci: fix builder image by adding tests packages (#358)
1 parent d4bd4d7 commit fba00e0

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dist
55
**/coverage
66
.idea
77
.vscode
8-
/.npmrc
98
output
109
test-results
1110
src-gen

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node-linker=hoisted

build/Containerfile.builder

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ USER default
2323

2424
COPY package.json .
2525
COPY pnpm-lock.yaml .
26+
COPY pnpm-workspace.yaml .
27+
COPY tests/playwright/package.json tests/playwright/package.json
28+
COPY .npmrc .npmrc
2629

2730
RUN npm i -g ssh2@1.16.0 && \
2831
npm install --global pnpm@10 && \

0 commit comments

Comments
 (0)