Skip to content

Commit 9fb8476

Browse files
author
Bogdan Tsechoev
committed
Merge branch 'fix-ci-e2e-tests' into 'master'
Add cypress install step to e2e test CI job See merge request postgres-ai/database-lab!976
2 parents cc9db8b + ca1d6a8 commit 9fb8476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ e2e-ce-ui-test:
7373
# - pnpm config set store-dir /builds/postgres-ai/database-lab/.pnpm-store/
7474
script:
7575
- pnpm --dir ui/ i --no-frozen-lockfile
76+
- pnpm --dir ui/ --filter @postgres.ai/ce exec cypress install
7677
- pnpm --dir ui/ --filter @postgres.ai/ce start & wait-on http://localhost:3001
7778
- pnpm --dir ui/ --filter @postgres.ai/ce cy:run

0 commit comments

Comments
 (0)