Skip to content

Commit 2a4d999

Browse files
committed
Pull postgres docker image before test in CI
1 parent c5c4d33 commit 2a4d999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci
29-
- run: npm run build
29+
- run: npm run
30+
- run: docker pull postgres:9.4
3031
- run: npm test

0 commit comments

Comments
 (0)