Skip to content

Commit e2c896d

Browse files
authored
Update CI config (#175)
1 parent ec35964 commit e2c896d

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-latest]
16+
os: [ubuntu-latest]
1717
node: [12, 14, 16]
1818
java: [17]
1919
architecture: [x64]
2020
include:
21+
- os: windows-latest
22+
node: 16
23+
java: 17
24+
architecture: x64
2125
- os: windows-latest
2226
node: 16
2327
java: 17
@@ -51,14 +55,4 @@ jobs:
5155
uses: coverallsapp/[email protected]
5256
with:
5357
github-token: "${{ secrets.GITHUB_TOKEN }}"
54-
parallel: true
55-
56-
finish:
57-
needs: test
58-
runs-on: ubuntu-latest
59-
steps:
60-
- name: Coveralls Finished
61-
uses: coverallsapp/[email protected]
62-
with:
63-
github-token: "${{ secrets.GITHUB_TOKEN }}"
64-
parallel-finished: true
58+
if: matrix.architecture == ubuntu-latest && matrix.node == 16

0 commit comments

Comments
 (0)