Skip to content

Commit 81198b0

Browse files
committed
chore(main.yml): run build before test
1 parent 049d591 commit 81198b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
cache-dependency-path: 'pnpm-lock.yaml'
3232
- run: pnpm install
3333
- run: pnpm lint
34-
- run: pnpm test:coverage
3534
- run: pnpm build
3635
env:
3736
NODE_OPTIONS: '--max_old_space_size=4096'
37+
- run: pnpm test:coverage
3838
- name: Cypress install
3939
run: pnpm cypress install
4040
- name: Install dependencies (Cypress Action)

0 commit comments

Comments
 (0)