We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d805b45 commit 352381eCopy full SHA for 352381e
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
- run: pnpm i
37
- run: pnpm build
38
- run: pnpm lint
39
- - run: pnpm test
+ - run: xvfb-run -a pnpm test
40
- run: pnpm --filter @google-workspace/vscode-extension run ci:package
41
- run: |
42
git config --global user.name "googleworkspace-bot"
.github/workflows/test.yml
@@ -30,5 +30,5 @@ jobs:
30
31
32
33
34
0 commit comments