Skip to content

Commit ac09b11

Browse files
author
Christopher Dierkens
committed
test macos and windows
1 parent 28fc90a commit ac09b11

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
matrix:
1111
os:
1212
- ubuntu-latest
13-
# - macos-latest
14-
# - windows-latest
13+
- macos-latest
14+
- windows-latest
1515
node_version:
1616
- 12
1717
- 14
@@ -28,3 +28,8 @@ jobs:
2828
run: |
2929
yarn install --frozen-lockfile
3030
yarn test
31+
- name: Test IE
32+
if: ${{ matrix.os == 'windows-latest' }}
33+
run: |
34+
yarn install --frozen-lockfile
35+
yarn test-ie

0 commit comments

Comments
 (0)