mirror of
https://github.com/pnpm/action-setup.git
synced 2025-01-11 00:29:10 +08:00
Cross-Platform tests for explicit inputs
This commit is contained in:
parent
9b87b415a2
commit
7f9cc30c60
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -37,13 +37,17 @@ jobs:
|
|||||||
test_explicit_inputs:
|
test_explicit_inputs:
|
||||||
name: Test with explicit inputs
|
name: Test with explicit 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…
Reference in New Issue
Block a user