diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62076f1..f6013a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,11 @@ jobs: - name: Test run: npm test + - uses: actions/upload-artifact@master + with: + name: coverage + path: coverage + # - name: Build production # run: npm run build