File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- name : Run Playwright tests
11+ name : Playwright
1212 timeout-minutes : 5
1313 runs-on : ubuntu-latest
1414 steps :
Original file line number Diff line number Diff line change 88
99jobs :
1010 lint :
11- name : Run Linter
11+ name : Lint
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
@@ -23,10 +23,11 @@ jobs:
2323 env :
2424 CI : true
2525
26+ - run : pnpm -F @sejohnson/svelte-themes build
2627 - run : pnpm lint
2728
2829 check :
29- name : Run Type Check
30+ name : Type Check
3031 runs-on : ubuntu-latest
3132 steps :
3233 - uses : actions/checkout@v4
4142 env :
4243 CI : true
4344
45+ - run : pnpm -F @sejohnson/svelte-themes build
4446 - run : pnpm check
Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- name : Run Unit Tests
11+ name : Unit Test
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments