Skip to content

Commit

Permalink
Pull postgres docker image before test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomWright committed Jun 22, 2021
1 parent c5c4d33 commit 2a4d999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run
- run: docker pull postgres:9.4
- run: npm test

0 comments on commit 2a4d999

Please sign in to comment.