Skip to content

Commit

Permalink
Add debug screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ychin committed Feb 9, 2024
1 parent 2e69c58 commit ad15219
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,13 @@ jobs:
timeout-minutes: 20
run: |
#make ${TEST}
(sleep 20; screencapture debugscreen.png) &
cd src
make test_sound
- name: Publish debug screen
uses: actions/upload-artifact@v4
with:
name: debugscreen.png
path: debugscreen.png

0 comments on commit ad15219

Please sign in to comment.