Skip to content

Commit 42e929a

Browse files
committed
ci: change step order
1 parent e579be9 commit 42e929a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bun.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
bun install
4747
bun install ${{ matrix.vite-version }}
4848
49-
# - name: Lint Source
50-
# run: bun run --if-present lint
51-
5249
- name: Build Source
5350
run: bun run --if-present build
5451

52+
# - name: Lint Source
53+
# run: bun run --if-present lint
54+
5555
- name: Install Playwright browsers
5656
run: bunx playwright install --with-deps
5757

.github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
pnpm install --frozen-lockfile --strict-peer-dependencies
5959
pnpm install ${{ matrix.vite-version }}
6060
61-
- name: Lint Source
62-
run: pnpm run --if-present lint
63-
6461
- name: Build Source
6562
run: pnpm run --if-present build
6663

64+
- name: Lint Source
65+
run: pnpm run --if-present lint
66+
6767
- name: Install Playwright browsers
6868
run: pnpm exec playwright install --with-deps
6969

0 commit comments

Comments
 (0)