Skip to content

Commit 4916b08

Browse files
committed
ci: runs windows tests on all branches
1 parent 840bb41 commit 4916b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest]
15+
os: [ubuntu-latest, macos-latest, windows-latest]
1616
node-version: [14.x]
1717

1818
steps:
@@ -26,6 +26,7 @@ jobs:
2626
- run: yarn test --coverage
2727
env: { CI: 1 }
2828
- uses: codecov/codecov-action@v1
29+
if: matrix.os == 'ubuntu-latest'
2930
with:
3031
token: ${{ secrets.CODECOV_TOKEN }}
3132
files: |

0 commit comments

Comments
 (0)