Skip to content

Commit 66bd30b

Browse files
committed
add name to step
1 parent 91f45f6 commit 66bd30b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/uv-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
run: |
3838
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
3939
git config --global user.name "${{ github.actor }}"
40-
- run: uvx --from copier-template-tester --with copier_templates_extensions ctt
40+
- name: Run copier-template-tester
41+
run: uvx --from copier-template-tester --with copier_templates_extensions ctt

0 commit comments

Comments
 (0)