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 1081734 commit d38b052Copy full SHA for d38b052
.github/workflows/checks.yml
@@ -125,11 +125,11 @@ jobs:
125
- name: Run CommonJS module smoke test
126
run: node packages/testcontainers/smoke-test.js
127
env:
128
- DEBUG: "testcontainers:*"
+ 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