Skip to content

Commit

Permalink
Update CI config (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Feb 9, 2022
1 parent ec35964 commit e2c896d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
node: [12, 14, 16]
java: [17]
architecture: [x64]
include:
- os: windows-latest
node: 16
java: 17
architecture: x64
- os: windows-latest
node: 16
java: 17
Expand Down Expand Up @@ -51,14 +55,4 @@ jobs:
uses: coverallsapp/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
parallel: true

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
parallel-finished: true
if: matrix.architecture == ubuntu-latest && matrix.node == 16

0 comments on commit e2c896d

Please sign in to comment.