Skip to content

Commit 026ae4b

Browse files
authored
Add conditional execution for Coveralls action (geosolutions-it#11835)
1 parent ebe2efe commit 026ae4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
run: npm test -- --reporters mocha,coverage,coveralls
6969

7070
- name: Coveralls
71+
if: matrix.node-version == '20.x'
7172
uses: coverallsapp/github-action@master
7273
with:
7374
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)