mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 12:24:45 +00:00
Cross-Platform tests for explicit inputs
This commit is contained in:
parent
9b87b415a2
commit
7f9cc30c60
1 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue