From 4045923da002fe4bfe3ded36a41f469004d230d8 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 16 Mar 2021 15:13:40 +0100 Subject: [PATCH] Update cypress pipeline step --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index df5b58be..4074791a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -61,7 +61,7 @@ aliases: - python server/manage.py runserver 2>&1 > /dev/null & - npm run build --prefix client - curl http://localhost:8000/beta-login - - npm run --prefix client test:cypress + - npm run --prefix client test:cypress:e2e - &jest-test name: run jest tests caches: