Skip to content

Commit 13f7bb2

Browse files
committed
WIP: new workflow
Signed-off-by: Gregor Anders <[email protected]>
1 parent 18943dd commit 13f7bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
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)