Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Jan 1, 2024
1 parent 75d1d1c commit 8b54d24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
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
# - name: Archive test results
# uses: actions/upload-artifact@v3
# with:
# name: test-results
# path: |
# test/.fixtures
# !test/.fixtures/**/node_modules

0 comments on commit 8b54d24

Please sign in to comment.