Skip to content

Commit

Permalink
test(ci): identifying reason for no files found in .test-logs/
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 18, 2024
1 parent 72fbc70 commit 73663d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ jobs:
run: npm run build
- name: Test
run: npm run test
- name: List test logs
run: ls -la .test-logs/
- name: Upload test logs
uses: actions/upload-artifact@v4
if: always()
with:
name: test-logs
path: .test-logs/
path: .test-logs/**
- name: Verify integrity of dependencies
run: npm audit signatures

Expand Down

0 comments on commit 73663d3

Please sign in to comment.