From 7b464c0ac05a9100b58428b447c5bfa3c6781fd8 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 31 Oct 2022 16:37:08 -0700 Subject: [PATCH] Remove unit test execution from build. --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f7c395de..6e35f393 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -21,7 +21,7 @@ pipelines: - yarn bootstrap - yarn build - yarn lint - - yarn test:unit + # - yarn test:unit # - yarn test artifacts: - packages/**/cypress/snapshots/**/__diff_output__/*.diff.png