From 8c863ec9602d32c924910fbb7f4c8f6776e09fbb Mon Sep 17 00:00:00 2001 From: Peter <53189696+PeterYinusa@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:40:55 +0000 Subject: [PATCH] always process test results (#17854) --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e3a1487b..6b4a657ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -709,6 +709,7 @@ jobs: if [ "$(ls -A test/test-results/e2e)" ]; then yarn test:e2e:report fi + when: always - store_artifacts: path: test-artifacts destination: test-artifacts @@ -773,6 +774,7 @@ jobs: if [ "$(ls -A test/test-results/e2e)" ]; then yarn test:e2e:report fi + when: always - store_artifacts: path: test-artifacts destination: test-artifacts @@ -809,6 +811,7 @@ jobs: if [ "$(ls -A test/test-results/e2e)" ]; then yarn test:e2e:report fi + when: always - store_artifacts: path: test-artifacts destination: test-artifacts @@ -845,6 +848,7 @@ jobs: if [ "$(ls -A test/test-results/e2e)" ]; then yarn test:e2e:report fi + when: always - store_artifacts: path: test-artifacts destination: test-artifacts @@ -881,6 +885,7 @@ jobs: if [ "$(ls -A test/test-results/e2e)" ]; then yarn test:e2e:report fi + when: always - store_artifacts: path: test-artifacts destination: test-artifacts @@ -917,6 +922,7 @@ jobs: if [ "$(ls -A test/test-results/e2e)" ]; then yarn test:e2e:report fi + when: always - store_artifacts: path: test-artifacts destination: test-artifacts