Skip to content

Commit ca1d6a8

Browse files
author
Bogdan Tsechoev
committed
Add cypress install step to e2e test CI job
1 parent 5c48c00 commit ca1d6a8

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)