From 0e590fbecae98645b268f87bbb8b28f123aa8962 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 3 Sep 2022 08:40:54 +0200 Subject: [PATCH] mkdir --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a0be4a08c0..f68329c58d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,12 +130,13 @@ jobs: - v1-deps-{{ checksum "yarn.lock" }} - run: command: | + mkdir ./reports/ mkdir ./reports/screenshots echo $(circleci tests glob "./dist/apps/remix-ide-e2e/src/tests/*.test.js") echo $(circleci tests glob "./dist/apps/remix-ide-e2e/src/tests/**/*.test.js") echo $(circleci tests glob "./dist/apps/remix-ide-e2e/src/tests/**/*") echo $(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*") - circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*" > glob.txt + circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*" > ./reports/screenshots/glob.txt - run: yarn install - run: name: Start Selenium