Skip to content

Commit 9c75343

Browse files
ci: 👷 use reusable-test-copier workflow (#152)
# Description This PR switches over to the `reusable-test-copier` workflow. Depends on seedcase-project/.github#294 and #150 Closes #65 This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all` Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
1 parent ad7fea0 commit 9c75343

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,4 @@ permissions: read-all
1111

1212
jobs:
1313
test-copier:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18-
19-
- name: Set up uv
20-
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
21-
with:
22-
enable-cache: true
23-
24-
- name: Install justfile
25-
run: sudo apt install -y just
26-
27-
- name: Set Git user
28-
run: |
29-
git config --global user.name "GitHub Actions"
30-
git config --global user.email "fake@example.com"
31-
32-
- name: Test and check template creation
33-
run: just test
14+
uses: seedcase-project/.github/.github/workflows/reusable-test-copier.yml@main

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@_default:
22
just --list --unsorted
33

4+
@_tests: test
5+
46
# Run all build-related recipes in the justfile
57
run-all: check-spelling check-commits test build-website build-readme
68

0 commit comments

Comments
 (0)