Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
skip-release
  • Loading branch information
ArcherGu committed Aug 16, 2022
1 parent c917374 commit 037b9af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ jobs:
- name: Install deps
run: pnpm i

- name: Build and Test
- name: Build
run: pnpm build

- name: Test
uses: GabrielBB/xvfb-action@v1
with:
run: pnpm build && pnpm test
run: pnpm test

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 037b9af

Please sign in to comment.