Skip to content

Commit 3bade4b

Browse files
author
Andy Landy
committed
fix tests
1 parent d420b92 commit 3bade4b

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/create-dumps.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,30 @@ jobs:
4848
run: |
4949
python -Xfrozen_modules=off -m pytest -vv
5050
51-
- name: Upload coverage report
51+
- name: Upload dumps
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: dumps-${{ matrix.arrays.os }}-${{ matrix.arrays.python-version }}
5555
path: tests/dumps
56+
retention-days: 1
5657

57-
coverage:
58+
gather_dumps:
5859
needs: tests
5960
runs-on: ubuntu-latest
6061
steps:
61-
- name: Download all coverage reports
62+
- name: Download dumps
6263
uses: actions/download-artifact@v4
6364
with:
6465
path: dumps
66+
67+
- name: Upload dumps
68+
uses: actions/upload-artifact@v4
69+
with:
70+
name: dumps
71+
path: dumps
72+
retention-days: 1
73+
74+
75+
76+
6577

0 commit comments

Comments
 (0)