Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor authored Apr 5, 2023
1 parent 0d3f982 commit 9753138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
env:
API_URL: 'http://localhost:3333/v1'
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run test
run: |
npm ci
npm run test
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
directory: ./tests/coverage/

0 comments on commit 9753138

Please sign in to comment.