CI: use clearer job names

This commit is contained in:
Lovell Fuller
2022-09-27 10:02:20 +01:00
parent 27d0c35a01
commit b0c69f1ee9
2 changed files with 6 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ jobs:
run: npm test
- name: Coverage
if: matrix.coverage
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Prebuild