add xvfb-run

This commit is contained in:
Karim Pirzargar
2026-04-27 12:09:21 +03:30
parent 912406369c
commit 2014403558
+1 -1
View File
@@ -33,7 +33,7 @@ steps:
# - pnpm config list # - pnpm config list
- rm -rf dist - rm -rf dist
- pnpm install --frozen-lockfile --reporter=append-only - pnpm install --frozen-lockfile --reporter=append-only
- pnpm run test:e2e - xvfb-run -a pnpm run test:e2e
- pnpm run build - pnpm run build
- cp -R .next/standalone/. ./artifacts/node/ - cp -R .next/standalone/. ./artifacts/node/
- mkdir -p ./artifacts/node/.next - mkdir -p ./artifacts/node/.next