mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-28 07:28:19 +08:00
add windows backw
This commit is contained in:
parent
2add3a58cb
commit
4406f71e61
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
name: Unit Test
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] #, windows-latest]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
name: Test Latest Version Install
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] #, windows-latest]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
name: Test Specific Version Install
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] #, windows-latest]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
name: Test Patch Range Version Install
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] #, windows-latest]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
name: Test Patch Range Version Install
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] #, windows-latest]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user