Skip to content

Commit

Permalink
wf update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugome committed Dec 28, 2022
1 parent d789818 commit 8e4f5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Expand Up @@ -4,7 +4,6 @@ on: [push]

jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -17,9 +16,8 @@ jobs:
node-version: 18.x
cache: 'npm'

- run: |
npm ci
npm run test -- --forceExit --coverage
- run: npm ci
- run: npm run test -- --forceExit --coverage

- uses: coverallsapp/github-action@master
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,8 +14,7 @@ jobs:
- uses: supercharge/redis-github-action@1.4.0
with:
redis-version: '6'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 8e4f5a9

Please sign in to comment.