Skip to content

Commit

Permalink
ci: Fix Coveralls step filter
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 3, 2020
1 parent be5a8ce commit 258d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: coverage

- name: Upload test coverage to Coveralls
if: startsWith(matrix.os == 'ubuntu')
if: startsWith(matrix.os, 'ubuntu')
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 258d807

Please sign in to comment.