Run npm test on all operating systems
This commit is contained in:
parent
8229390c1d
commit
da1c00f5c8
1 changed files with 5 additions and 2 deletions
7
.github/workflows/pr-checks.yml
vendored
7
.github/workflows/pr-checks.yml
vendored
|
|
@ -65,9 +65,12 @@ jobs:
|
|||
echo "Success: node_modules are up to date"
|
||||
|
||||
npm-test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest,macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: npm run-script test
|
||||
run: npm run-script test
|
||||
run: npm run-script test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue