Skip to content

Commit 4dc5607

Browse files
author
Christopher Dierkens
committed
run full tests with chrome on all OSs and just IE on windows
1 parent 8f3523b commit 4dc5607

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
- name: Install Dependencies
3737
run: yarn install --frozen-lockfile
3838
- name: Test
39-
if: ${{ matrix.os != 'windows-latest' }}
4039
run: yarn test
4140
- name: Test IE
4241
if: ${{ matrix.os == 'windows-latest' }}
43-
run: yarn test-ie
42+
run: yarn test-browser-ie
4443
- name: Codecov
4544
run: yarn codecov

0 commit comments

Comments
 (0)