Skip to content

Commit 3213a46

Browse files
Update pipeline
1 parent d22f402 commit 3213a46

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
@@ -96,7 +96,7 @@ jobs:
9696
workspace: "${{ matrix.module }}"
9797
- name: Compile
9898
run: |
99-
npm run build --workspace packages/testcontainers -- --project tsconfig.json --noEmit
99+
npm run build --workspace packages/testcontainers -- --project tsconfig.json
100100
if [ "${{ matrix.module }}" != "testcontainers" ]; then
101101
npm run build --workspace ${{ steps.npm-install.outputs.workspace_path }} -- --project tsconfig.json --noEmit
102102
fi

0 commit comments

Comments
 (0)