Skip to content

Commit

Permalink
fix: Upload results to help with debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Jan 23, 2024
1 parent 25fa3f4 commit 6c6c4fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ jobs:
export MICROPY_MICROPYTHON="$(pwd)/micropython"
cd tests
./run-tests.py -d atsign
tar -cvzf results.tgz results.tgz
- name: Upload results
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: atsign tests
path: results.tgz
retention-days: 7

0 comments on commit 6c6c4fb

Please sign in to comment.