Skip to content

Commit 94a26cd

Browse files
committed
ci: adding Windows
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
1 parent e685587 commit 94a26cd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ on:
1212
- master
1313
- main
1414
jobs:
15-
test_linux:
16-
name: Ubuntu
17-
runs-on: ubuntu-latest
15+
test:
16+
runs-on: ${{ matrix.os }}
17+
strategy:
18+
matrix:
19+
os: [ ubuntu-latest, windows-latest]
20+
# name: Ubuntu
21+
# runs-on: ubuntu-latest
1822
steps:
1923
- uses: actions/checkout@v2
2024
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)