File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier.
2
- _commit : 1.6.1
2
+ _commit : 1.6.3
3
3
_src_path : gh:pawamoy/copier-uv
4
4
author_email : dev@pawamoy.fr
5
5
author_fullname : Timothée Mazzucotelli
Original file line number Diff line number Diff line change 55
55
- name : Check for breaking changes in the API
56
56
run : make check-api
57
57
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
+
58
64
tests :
59
65
66
+ needs :
67
+ - quality
60
68
strategy :
61
69
matrix :
62
70
os :
@@ -106,5 +114,11 @@ jobs:
106
114
UV_RESOLUTION : ${{ matrix.resolution }}
107
115
run : make setup
108
116
117
+ - name : Download objects inventory
118
+ uses : actions/download-artifact@v4
119
+ with :
120
+ name : objects.inv
121
+ path : site/
122
+
109
123
- name : Run the test suite
110
124
run : make test
You can’t perform that action at this time.
0 commit comments