Skip to content

Commit

Permalink
upload test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Jan 1, 2024
1 parent e287942 commit b303e7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b303e7b

Please sign in to comment.