diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6797c95..a0777bf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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