Skip to content

Commit

Permalink
Add mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
dozoisch committed Oct 30, 2021
1 parent 0999588 commit 80f9ca5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/standard-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node v${{ matrix.node }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}

services:
mongodb:
image: mongo
ports:
- 27017:27017

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 80f9ca5

Please sign in to comment.