Skip to content

Commit e68118f

Browse files
committed
chore: build just the testcontainers workspace for the smoke tests
1 parent 6e7f641 commit e68118f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
node-version: ${{ matrix.node-version }}
9898
workspace: "testcontainers"
9999

100-
- name: Build workspaces
101-
run: npm run build -ws
100+
- name: Build testcontainers
101+
run: npm run build --workspace packages/testcontainers
102102
- name: Remove dev dependencies
103-
run: npm prune --omit=dev
103+
run: npm prune --omit=dev --workspace packages/testcontainers
104104
- name: Run CommonJS module smoke test
105105
run: node packages/testcontainers/smoke-test.js
106106
- name: Run ES module smoke test

0 commit comments

Comments
 (0)