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:
|
env:
|
||||||
NEXT_PUBLIC_TYPEKIT_ID: ${{ secrets.NEXT_PUBLIC_TYPEKIT_ID }}
|
NEXT_PUBLIC_TYPEKIT_ID: ${{ secrets.NEXT_PUBLIC_TYPEKIT_ID }}
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: coverage-${{ runner.os }}
|
||||||
|
path: coverage/
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [test]
|
needs: [test]
|
||||||
@ -38,7 +43,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage-Linux
|
||||||
|
|
||||||
- uses: paambaati/codeclimate-action@v2.7.5
|
- uses: paambaati/codeclimate-action@v2.7.5
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user