We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec35964 commit e2c896dCopy full SHA for e2c896d
1 file changed
.github/workflows/test.yml
@@ -13,11 +13,15 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
17
node: [12, 14, 16]
18
java: [17]
19
architecture: [x64]
20
include:
21
+ - os: windows-latest
22
+ node: 16
23
+ java: 17
24
+ architecture: x64
25
- os: windows-latest
26
node: 16
27
java: 17
@@ -51,14 +55,4 @@ jobs:
51
55
uses: coverallsapp/[email protected]
52
56
with:
53
57
github-token: "${{ secrets.GITHUB_TOKEN }}"
54
- parallel: true
-
- finish:
- 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
+ if: matrix.architecture == ubuntu-latest && matrix.node == 16
0 commit comments