diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47818e5..4ce30da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "schema-tests" +name: "xarf-ci" on: ["push", "pull_request"] jobs: @@ -53,7 +53,10 @@ jobs: uses: actions/upload-artifact@v2 with: name: coverage - path: coverage/ + path: | + coverage/ + .ajv_istanbul/ + .nyc_output/ release: runs-on: ubuntu-latest needs: test