Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenoit26 committed Jan 18, 2025
1 parent 53f4c5a commit 25180cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
name: run tests
env:
pyver: ${{ matrix.python-version }}
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
run: tox -e py${pyver//./}
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
run: |
tox -e py${pyver//./}
ls -a
- name: Store coverage file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 25180cf

Please sign in to comment.