mirror of
https://github.com/oekazuma/svelte-meta-tags.git
synced 2025-12-11 20:15:14 +01:00
ci: change the order in which tests are run
This commit is contained in:
parent
e33fbfaff1
commit
6f9bfc65f2
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -22,12 +22,12 @@ jobs:
|
||||
cache: pnpm
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run Build
|
||||
run: pnpm build
|
||||
- name: Run ESLint
|
||||
run: pnpm lint
|
||||
- name: Run svelte-check
|
||||
run: pnpm check
|
||||
- name: Run ESLint
|
||||
run: pnpm lint
|
||||
- name: Run Build
|
||||
run: pnpm build
|
||||
- name: Install Playwright
|
||||
run: pnpm playwright install --with-deps
|
||||
- name: Run Playwright
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user