From 43b9f611328597ef830cc57b619320b19eaeab3c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 23 Mar 2021 09:23:54 +0100 Subject: [PATCH] Add cypress cache to pipelines --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index df4980fe..10160425 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -46,6 +46,7 @@ aliases: - node - clientmodules - npm + - cypress artifacts: - client/cypress/**/*.png - client/cypress/**/*.mp4 @@ -68,6 +69,7 @@ aliases: - node - clientmodules - npm + - cypress artifacts: - client/cypress/**/*.png - client/cypress/**/*.mp4