mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-15 05:52:43 +00:00
Update tunasync.yml
This commit is contained in:
parent
aee1a705b7
commit
92a255fd3c
7
.github/workflows/tunasync.yml
vendored
7
.github/workflows/tunasync.yml
vendored
@ -28,6 +28,11 @@ jobs:
|
|||||||
make tunasync
|
make tunasync
|
||||||
make tunasynctl
|
make tunasynctl
|
||||||
|
|
||||||
|
- name: Keep artifacts
|
||||||
|
uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: tunasync-bin
|
||||||
|
path: build/
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
@ -65,4 +70,4 @@ jobs:
|
|||||||
uses: coverallsapp/github-action@v1.0.1
|
uses: coverallsapp/github-action@v1.0.1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
path-to-lcov: coverage.lcov
|
path-to-lcov: coverage.lcov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user