File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier.
2- _commit : 1.6.1
2+ _commit : 1.6.3
33_src_path : gh:pawamoy/copier-uv
44author_email : dev@pawamoy.fr
55author_fullname : Timothée Mazzucotelli
Original file line number Diff line number Diff line change 5555 - name : Check for breaking changes in the API
5656 run : make check-api
5757
58+ - name : Store objects inventory for tests
59+ uses : actions/upload-artifact@v4
60+ with :
61+ name : objects.inv
62+ path : site/objects.inv
63+
5864 tests :
5965
66+ needs :
67+ - quality
6068 strategy :
6169 matrix :
6270 os :
@@ -106,5 +114,11 @@ jobs:
106114 UV_RESOLUTION : ${{ matrix.resolution }}
107115 run : make setup
108116
117+ - name : Download objects inventory
118+ uses : actions/download-artifact@v4
119+ with :
120+ name : objects.inv
121+ path : site/
122+
109123 - name : Run the test suite
110124 run : make test
You can’t perform that action at this time.
0 commit comments