Skip to content

Commit c74e5ae

Browse files
committed
chore: Template upgrade
1 parent 2009f85 commit c74e5ae

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier.
2-
_commit: 1.6.1
2+
_commit: 1.6.2
33
_src_path: gh:pawamoy/copier-uv
44
author_email: [email protected]
55
author_fullname: Timothée Mazzucotelli

.github/workflows/ci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
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

6066
strategy:
@@ -106,5 +112,11 @@ jobs:
106112
UV_RESOLUTION: ${{ matrix.resolution }}
107113
run: make setup
108114

115+
- name: Download objects inventory
116+
uses: actions/download-artifact@v4
117+
with:
118+
name: objects.inv
119+
path: site/
120+
109121
- name: Run the test suite
110122
run: make test

0 commit comments

Comments
 (0)