back to runs-on
parent
06dc0d6399
commit
56655b071f
|
|
@ -2,7 +2,7 @@ on: push
|
|||
jobs:
|
||||
|
||||
build:
|
||||
pool: ${{ matrix.operating-system }}
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [Linux, macOS, Windows]
|
||||
|
|
@ -13,6 +13,5 @@ jobs:
|
|||
- name: Lint
|
||||
run: npm run format-check
|
||||
|
||||
|
||||
- name: npm test
|
||||
run: npm test
|
||||
|
|
|
|||
Loading…
Reference in New Issue