Skip to content

Commit f1d83f7

Browse files
ci: run clean-checkout and post-build tests separately
1 parent 12e367a commit f1d83f7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
node-version-file: .nvmrc
1313
cache: npm
1414
- run: npm ci
15+
- name: Run clean-checkout tests
16+
run: npm test
1517
- name: Refresh canonical and organization data
1618
run: npm run refresh:data
1719
env:
@@ -39,5 +41,5 @@ jobs:
3941
retention-days: 3
4042
- name: Generate Pagefind search index
4143
run: npx pagefind --site _site
42-
- name: Run Node contract tests
43-
run: npm test
44+
- name: Run generated-site tests
45+
run: npm run test:generated

0 commit comments

Comments
 (0)