Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Oct 3, 2024
1 parent 8952cac commit d00a1a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
snekbox \
run -m unittest
- name: Disable swap memory
run: ls
# Upload it so the coverage from all matrix jobs can be combined later.
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.os }}
path: .coverage.*
path: .coverage.${{ matrix.os }}
retention-days: 1

report:
Expand Down

0 comments on commit d00a1a5

Please sign in to comment.