mirror of
https://github.com/pnpm/action-setup.git
synced 2025-01-19 06:11:26 +08:00
Test for all OSes
This commit is contained in:
parent
f3ce34793e
commit
9b87b415a2
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -8,13 +8,17 @@ jobs:
|
|||||||
test_default_inputs:
|
test_default_inputs:
|
||||||
name: Test with default inputs
|
name: Test with default inputs
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pnpm:
|
pnpm:
|
||||||
- 4.11.1
|
- 4.11.1
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macos-latest
|
||||||
|
- windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user