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 45dea48 commit 5c45617Copy full SHA for 5c45617
.github/workflows/tests.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: actions/setup-node@v4
23
with:
24
node-version: '23.10.0'
25
+ - run: npm install
26
- run: npm test
27
28
# (Optionally) When you don't need Testcontainers anymore, you could terminate sessions eagerly
0 commit comments