Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos authored Apr 20, 2024
1 parent a2432b9 commit bb7a01c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
pip install --upgrade cffi
coverage run -p -m haas -v win32ctypes
coverage run -p -m haas -v pywin32-tests
python -m tarfile
env:
PYTHONFAULTHANDLER: 1
- name: Upload Coverage info
- uses: actions/upload-artifact@v4
with:
name: Upload Coverage info
name: coverage-${{matrix.python-version}}
path: .coverage.*
coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb7a01c

Please sign in to comment.