Skip to content

Commit

Permalink
chore: Template upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 24, 2025
1 parent 2009f85 commit b04c64d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier.
_commit: 1.6.1
_commit: 1.6.3
_src_path: gh:pawamoy/copier-uv
author_email: [email protected]
author_fullname: Timothée Mazzucotelli
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,16 @@ jobs:
- name: Check for breaking changes in the API
run: make check-api

- name: Store objects inventory for tests
uses: actions/upload-artifact@v4
with:
name: objects.inv
path: site/objects.inv

tests:

needs:
- quality
strategy:
matrix:
os:
Expand Down Expand Up @@ -106,5 +114,11 @@ jobs:
UV_RESOLUTION: ${{ matrix.resolution }}
run: make setup

- name: Download objects inventory
uses: actions/download-artifact@v4
with:
name: objects.inv
path: site/

- name: Run the test suite
run: make test

0 comments on commit b04c64d

Please sign in to comment.