From 58833f3aae38ff3b4fcc197ed3ccaa6be47e44cf Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 8 Oct 2020 16:45:21 +0200 Subject: [PATCH] Update cache definition for jest tests --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index eb7c084d..62aa7a52 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -66,6 +66,7 @@ aliases: name: run jest tests caches: - node + - clientmodules script: - echo "This pipeline rules!" - *setup-tests