File tree 2 files changed +13
-1
lines changed
2 files changed +13
-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.2
3
3
_src_path : gh:pawamoy/copier-uv
4
4
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
60
66
strategy :
@@ -106,5 +112,11 @@ jobs:
106
112
UV_RESOLUTION : ${{ matrix.resolution }}
107
113
run : make setup
108
114
115
+ - name : Download objects inventory
116
+ uses : actions/download-artifact@v4
117
+ with :
118
+ name : objects.inv
119
+ path : site/
120
+
109
121
- name : Run the test suite
110
122
run : make test
You can’t perform that action at this time.
0 commit comments