diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17aebc4..a97d574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: