From df5b6582bd95a185f75f2bcbc7e5e77963c9fab6 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 3 Sep 2022 08:32:12 +0200 Subject: [PATCH] more echos --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b7574c02f..d885b25526 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,6 +131,9 @@ jobs: - run: command: | 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/**/*") - run: yarn install - run: name: Start Selenium