Skip to content

Commit fd464d6

Browse files
committed
build: fix test in release github action
1 parent c22633a commit fd464d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: pnpm build
3737
- run: pnpm lint
3838
- run: pnpm check
39-
- run: pnpm test
39+
- run: xvfb-run -a pnpm test
4040
- run: |
4141
git config --global user.name "googleworkspace-bot"
4242
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)