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 df146af commit 61a415a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 27017:27017
steps:
- uses: actions/checkout@v3
Expand All @@ -35,4 +33,4 @@ jobs:
run: |
npm i
npm run test:lint
WAOS_NODE_db_uri='mongodb://mongo:27017/WaosNodeTest' npm run test
npm run test

0 comments on commit 61a415a

Please sign in to comment.