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 c5c4d33 commit 2a4d999Copy full SHA for 2a4d999
.github/workflows/node.js.yml
@@ -26,5 +26,6 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: npm ci
29
- - run: npm run build
+ - run: npm run
30
+ - run: docker pull postgres:9.4
31
- run: npm test
0 commit comments