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 5134356 commit c7019d8Copy full SHA for c7019d8
.github/workflows/checks.yml
@@ -124,8 +124,12 @@ jobs:
124
run: npm prune --omit=dev --workspace packages/testcontainers
125
- name: Run CommonJS module smoke test
126
run: node packages/testcontainers/smoke-test.js
127
+ env:
128
+ DEBUG: "testcontainers:*"
129
- name: Run ES module smoke test
130
run: node packages/testcontainers/smoke-test.mjs
131
132
133
134
test:
135
if: ${{ needs.detect-modules.outputs.modules_count > 0 }}
0 commit comments