Skip to content

Commit 105d06e

Browse files
changing wildcard condition
1 parent 1e95f6f commit 105d06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Prepare coverage
3333
run: npm run test-coverage
3434
- name: Publish to Coveralls
35-
if: ${{ matrix.node-version == 16.x }}
35+
if: ${{ matrix.node-version == '16.x' }}
3636
uses: coverallsapp/github-action@master
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)