Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil authored Sep 25, 2022
1 parent d30cb51 commit 854b6fb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest

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

strategy:
matrix:
Expand All @@ -26,7 +20,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
- name: Start MongoDB
uses: supercharge/[email protected]
- name: Run tests
run: |
npm i
npm run test:lint
Expand Down

0 comments on commit 854b6fb

Please sign in to comment.