Skip to content

Commit c46ae6a

Browse files
Skip compiling with bun in smoke tests
1 parent ef53499 commit c46ae6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
js-runtime-version: ${{ matrix.js-runtime.version }}
132132
workspace: "testcontainers"
133133
- name: Build testcontainers
134-
run: ${{ steps.npm-install.outputs.script_cmd }} run build --workspace packages/testcontainers
134+
run: npm run build --workspace packages/testcontainers
135135
- name: Remove dev dependencies
136136
run: npm prune --omit=dev --workspace packages/testcontainers
137137
- name: Run CommonJS module smoke test

0 commit comments

Comments
 (0)