Skip to content

Commit b9fb00f

Browse files
Update tests to run on windows only
1 parent ad39320 commit b9fb00f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: "Test getting latest CLI stable version"
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest]
9+
os: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v3
@@ -18,7 +18,7 @@ jobs:
1818
name: "Test getting latest CLI beta version"
1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest]
21+
os: [ubuntu-latest, macos-latest, windows-latest]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
3232
name: "Test getting a specific CLI version"
3333
strategy:
3434
matrix:
35-
os: [ubuntu-latest, macos-latest]
35+
os: [ubuntu-latest, macos-latest, windows-latest]
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- uses: actions/checkout@v3
@@ -46,7 +46,7 @@ jobs:
4646
name: "Test getting a specific CLI beta version"
4747
strategy:
4848
matrix:
49-
os: [ubuntu-latest, macos-latest]
49+
os: [ubuntu-latest, macos-latest, windows-latest]
5050
runs-on: ${{ matrix.os }}
5151
steps:
5252
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)