Skip to content

Commit 08da8e5

Browse files
authored
Merge pull request #10 from gregoranders/development
WIP: new workflow
2 parents 8fe61ef + 13f7bb2 commit 08da8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
GITHUB_COMMIT: ${{ github.sha }}
4444
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
4545
- name: test coverage
46-
uses: coverallsapp/github-action@master
4746
if: matrix.os == 'ubuntu-latest'
47+
uses: coverallsapp/github-action@master
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
path-to-lcov: ./coverage/lcov.info

0 commit comments

Comments
 (0)