Skip to content

Commit

Permalink
build: change test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-void0 committed Jan 18, 2024
1 parent 532ed41 commit 7b1afb8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,8 @@ jobs:
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
run: pnpx playwright install chromium

- name: Build
run: pnpm run build

- name: Test
run: pnpm run test:unit

- name: Test serve
run: pnpm run test:serve

- name: Test build
run: pnpm run test:build
run: pnpm run test:unit

lint:
timeout-minutes: 10
Expand Down

0 comments on commit 7b1afb8

Please sign in to comment.