Update npm-test.yml
This commit is contained in:
7
.github/workflows/npm-test.yml
vendored
7
.github/workflows/npm-test.yml
vendored
@@ -13,11 +13,8 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test and ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user