Skip to content
Snippets Groups Projects
Commit aa1a43ab authored by david.bauer's avatar david.bauer :fire:
Browse files

Switch to pnpm for e2e

parent 0828a211
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ ui smoketests:
- export LAUNCH_URL=https://$PREVIEW_APP_NAME.dev.oxui.de/
- echo "LAUNCH_URL=$LAUNCH_URL"
script:
- yarn e2e-rerun @smoketest
- pnpm e2e-rerun @smoketest
ui smoketests with prefix:
image: registry.gitlab.open-xchange.com/frontend/ui/e2e:latest
......@@ -90,7 +90,7 @@ ui smoketests with prefix:
- export LAUNCH_URL=https://$PREVIEW_APP_NAME-prefix.dev.oxui.de/appsuite/
- echo "LAUNCH_URL=$LAUNCH_URL"
script:
- yarn e2e-rerun @smoketest
- pnpm e2e-rerun @smoketest
ui smoketests with sentinel redis:
image: registry.gitlab.open-xchange.com/frontend/ui/e2e:latest
......@@ -109,4 +109,4 @@ ui smoketests with sentinel redis:
- export LAUNCH_URL=https://$PREVIEW_APP_NAME-sntnl.dev.oxui.de/appsuite/
- echo "LAUNCH_URL=$LAUNCH_URL"
script:
- yarn e2e-rerun @smoketest
- pnpm e2e-rerun @smoketest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment