diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee3a8bf9..71951387 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,3 +107,11 @@ jobs: env: START_ADAPTER: ${{ matrix.adapter }} run: npm run test + + - name: Archive test results + uses: actions/upload-artifact@v3 + with: + name: test-results + path: | + test/.fixtures + !test/.fixtures/**/node_modules