Skip to content

Commit 925caaa

Browse files
committed
Update CI config
1 parent e6993a4 commit 925caaa

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,16 @@ jobs:
4848
- name: Install npm dependencies
4949
run: npm ci
5050

51-
- name: Run tests
51+
- name: Run full tests
5252
run: npm run test:coverage
53+
if: matrix.os == 'ubuntu-latest'
54+
55+
- name: Run tests
56+
run: npm run test
57+
if: matrix.os == 'windows-latest'
5358

5459
- name: Run Coveralls
5560
uses: coverallsapp/[email protected]
61+
if: matrix.os == 'ubuntu-latest' && matrix.node == 16
5662
with:
5763
github-token: "${{ secrets.GITHUB_TOKEN }}"
58-
if: matrix.architecture == ubuntu-latest && matrix.node == 16

0 commit comments

Comments
 (0)