mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Remove test matrix
This commit is contained in:
parent
a073607e63
commit
5996c2f4d9
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
|
@ -21,13 +21,8 @@ jobs:
|
||||||
npm run lint:check
|
npm run lint:check
|
||||||
npm run format:check
|
npm run format:check
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
needs: test_lint
|
needs: test_lint
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node: [ '16', '17' ]
|
|
||||||
os: [ windows-latest, ubuntu-latest ]
|
|
||||||
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue