mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +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:
|
||||
name: Test with explicit inputs
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
pnpm:
|
||||
- 4.11.1
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user