Skip to content

Commit

Permalink
build(gha): remove node 18 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 15, 2024
1 parent 3c0486a commit b19c4c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,18 @@ jobs:
test:
name: 'Run unit tests'
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4

- uses: myparcelnl/actions/yarn-install@v4
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ vars.NODE_VERSION }}

- uses: myparcelnl/actions/nx-run-many@v4
with:
target: 'test:coverage'

- uses: codecov/codecov-action@v4
if: matrix.node-version == vars.NODE_VERSION
with:
files: coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b19c4c7

Please sign in to comment.