fix coverage artifact

This commit is contained in:
Matthias Kretschmann 2021-09-14 00:07:14 +02:00
parent 52659efa97
commit 0a8f384e21
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 6 additions and 1 deletions

View File

@ -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: