Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Mar 6, 2024
1 parent 9ece348 commit c0c87bd
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,27 @@ jobs:
runs-on: ubuntu-latest
environment: COVERALLS
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: Git checkout
uses: actions/checkout@v3

- uses: Use Node js 18
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
with:
mongodb-version: 4.4
- name: npm install
run: npm i

- name: Install dependencies
run: npm install

- name: npm run test:workflow:coverage
run: npm run test:workflow:coverage
env:
TEST_ONLINE: mongodb://localhost:27017/test

- name: coveralls
uses: coverallsapp/github-action@master
env:
Expand Down

0 comments on commit c0c87bd

Please sign in to comment.