install xvfb * base imahe
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ name: (admin Panel) build form and push to artifactory
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build node app
|
- name: build node app
|
||||||
image: docker-mirror.ravanertebat.ir/base/node/node-cypress3:22.14
|
image: docker-mirror.ravanertebat.ir/base/node/node-cypress4:22.14
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PNPM_CONFIG_REGISTRY: https://mirror.ravanertebat.ir/repository/npm-proxy/
|
PNPM_CONFIG_REGISTRY: https://mirror.ravanertebat.ir/repository/npm-proxy/
|
||||||
@@ -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
|
||||||
- xvfb-run -a pnpm run test:e2e
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user