Skip to content

Commit

Permalink
Updated conditional for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrydn committed Mar 29, 2020
1 parent 708bb4d commit 62c7dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Push Coveralls data
uses: coverallsapp/github-action@master
if: ${{ matrix.node-version }} == '10'
if: matrix.node-version == '10'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 62c7dfb

Please sign in to comment.