Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Sep 11, 2024
1 parent 43f2900 commit d5fd77d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/accuracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ jobs:
- name: Check Accuracy
run: |
python3 ./accuracy/check.py --binary ./build/hades --roms ./roms/
# GitHub upload-artifact@v4 doesn't include hidden files and directories
# https://github.com/actions/upload-artifact/issues/602
mv -v {.,}tests_screenshots
- name: Collect Screenshots
uses: actions/upload-artifact@v4
if: always()
with:
name: tests-screenshots
path: './.tests_screenshots/'
path: './tests_screenshots'
if-no-files-found: error
- name: Cleanup
if: always()
Expand Down

0 comments on commit d5fd77d

Please sign in to comment.