From bf84fd24ee67d954f93bc4860fc971a5de600791 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sat, 19 Oct 2019 12:33:54 +0100 Subject: [PATCH] Moved profiling to wdio-steps --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2328ded7..0948946e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,6 @@ templates: - run: mkdir -p /tmp/artifacts/logs - run: npm run build - - run: npm run profiling-build - run: npm run lint - run: npm run lint-styles - store_artifacts: @@ -42,6 +41,7 @@ templates: - run: mkdir -p /tmp/artifacts/logs - run: npm run build + - run: npm run profiling-build - run: npm run lint - run: npm run lint-styles - run: DOCKER_HOST=localhost npm test