mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Run test on windows as well
This commit is contained in:
parent
ccbbcf384d
commit
b3929f4657
4 changed files with 312 additions and 255 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -22,12 +22,13 @@ jobs:
|
|||
npm run format:check
|
||||
|
||||
test_node:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: test_lint
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '14', '13', '12', '11', '10', '8' ]
|
||||
name: Test with Node v${{ matrix.node }}
|
||||
os: [ windows-latest, ubuntu-latest ]
|
||||
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue