We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22f402 commit 3213a46Copy full SHA for 3213a46
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
workspace: "${{ matrix.module }}"
97
- name: Compile
98
run: |
99
- npm run build --workspace packages/testcontainers -- --project tsconfig.json --noEmit
+ npm run build --workspace packages/testcontainers -- --project tsconfig.json
100
if [ "${{ matrix.module }}" != "testcontainers" ]; then
101
npm run build --workspace ${{ steps.npm-install.outputs.workspace_path }} -- --project tsconfig.json --noEmit
102
fi
0 commit comments