Skip to content

Commit fe7120d

Browse files
authored
Fix vite-plugin.yml action
1 parent fc49742 commit fe7120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vite-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: pnpm install --filter "vite-plugin"
114114

115115
- name: Run e2e tests
116-
uses: xvfb-run -a npm test
116+
uses: coactions/setup-xvfb@v1
117117
with:
118118
run: pnpm test:run:e2e
119119
working-directory: "packages/vite-plugin"

0 commit comments

Comments
 (0)