Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 28, 2024
1 parent 3f01316 commit cd6e7b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,16 @@ jobs:
NODE_ARCHITECTURE: ${{matrix.NODE_ARCHITECTURE}}
USE_HARD_LINKS: false

- name: List files
if: always()
run: |
ls -la && cd .. && ls -la && cd -
- name: Archive logs
if: always()
uses: actions/upload-artifact@v1
with:
name: general-logs
path: ./*.log
path: ../*.log
if-no-files-found: ignore

0 comments on commit cd6e7b8

Please sign in to comment.