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