Skip to content

Commit beb5c86

Browse files
authored
ci: 👷 use reusable test workflow (#103)
# Description This uses the reusable workflow and points the test script to run. This PR needs a quick review.
1 parent bbc586d commit beb5c86

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,6 @@ 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@b75a909f75acd358c2196fb9a5f1299a9a8868a4
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 "[email protected]"
31-
32-
- name: Test and check template creation
33-
run: just _tests
14+
uses: seedcase-project/.github/.github/workflows/reusable-test-copier.yml@main
15+
with:
16+
test-recipe: "_tests"

0 commit comments

Comments
 (0)