Skip to content

Commit

Permalink
Improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannicalo committed Oct 3, 2022
1 parent 99f634d commit 5712cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm run lint
- name: Test
run: npm test
- if: ${{matrix.os == 'ubuntu-22.04'}}
- if: matrix.os == 'ubuntu-22.04'
name: Test coverage
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit 5712cb6

Please sign in to comment.