Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 26, 2022
1 parent b0b7eb4 commit a3b6d9a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node: [12, 14, 16]
node: [14, 16, 18]
hapi: ["@hapi/hapi@20"]

steps:
Expand All @@ -26,13 +26,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install ${{ matrix.hapi }}
- run: npm run coverage:lcov
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.node }}-${{ matrix.hapi }}
parallel: true
- run: npm test

finish:
needs: test
Expand Down

0 comments on commit a3b6d9a

Please sign in to comment.