We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c48c00 commit ca1d6a8Copy full SHA for ca1d6a8
ui/.gitlab-ci.yml
@@ -73,5 +73,6 @@ e2e-ce-ui-test:
73
# - pnpm config set store-dir /builds/postgres-ai/database-lab/.pnpm-store/
74
script:
75
- pnpm --dir ui/ i --no-frozen-lockfile
76
+ - pnpm --dir ui/ --filter @postgres.ai/ce exec cypress install
77
- pnpm --dir ui/ --filter @postgres.ai/ce start & wait-on http://localhost:3001
78
- pnpm --dir ui/ --filter @postgres.ai/ce cy:run
0 commit comments