Skip to content

Commit ba88260

Browse files
committed
fix: pass the module correctly in smoke tests
1 parent edcb394 commit ba88260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
runner: ${{ matrix.runner }}
9595
node-version: ${{ matrix.node-version }}
96-
workspace: "packages/testcontainers"
96+
workspace: "testcontainers"
9797

9898
- name: Build workspaces
9999
run: npm run build -ws

0 commit comments

Comments
 (0)