Skip to content

Commit

Permalink
WIP test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame committed Oct 27, 2024
1 parent afc5ad1 commit 9902518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ jobs:
run: |
nox --force-color --python=${{ matrix.python-version }}
- run: ls -R

- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/[email protected]"
uses: actions/[email protected]
with:
name: coverage-data
path: ".coverage.*"
Expand Down Expand Up @@ -127,6 +129,8 @@ jobs:
pip install --constraint=.github/workflows/constraints.txt nox nox-poetry
nox --version
- run: ls -R

- name: Download coverage data
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 9902518

Please sign in to comment.