mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-11-23 10:27:10 +01:00
fix coverage artifact
This commit is contained in:
parent
52659efa97
commit
0a8f384e21
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -30,6 +30,11 @@ jobs:
|
||||
env:
|
||||
NEXT_PUBLIC_TYPEKIT_ID: ${{ secrets.NEXT_PUBLIC_TYPEKIT_ID }}
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: coverage-${{ runner.os }}
|
||||
path: coverage/
|
||||
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
@ -38,7 +43,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: coverage
|
||||
name: coverage-Linux
|
||||
|
||||
- uses: paambaati/codeclimate-action@v2.7.5
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user