From 504c0b825a12d74013fe5610fc2bbd6bbf499906 Mon Sep 17 00:00:00 2001 From: arditdomi <32884230+arditdomi@users.noreply.github.com> Date: Mon, 26 Apr 2021 14:54:19 +0100 Subject: [PATCH] Run all e2e for cron jobs (#6949) --- scripts/travis/e2e/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/e2e/e2e.sh b/scripts/travis/e2e/e2e.sh index 2ca38f7a64..2783107056 100755 --- a/scripts/travis/e2e/e2e.sh +++ b/scripts/travis/e2e/e2e.sh @@ -17,7 +17,7 @@ if [ "${TRAVIS_EVENT_TYPE}" == "pull_request" ]; then echo "Affected e2e ${AFFECTED_E2E}" fi; -if [[ $AFFECTED_LIBS =~ "testing" || $AFFECTED_LIBS =~ "$BASE_DIRECTORY" || "${TRAVIS_EVENT_TYPE}" == "push" || "${TRAVIS_EVENT_TYPE}" == "api" ]]; then +if [[ $AFFECTED_LIBS =~ "testing" || $AFFECTED_LIBS =~ "$BASE_DIRECTORY" || "${TRAVIS_EVENT_TYPE}" == "push" || "${TRAVIS_EVENT_TYPE}" == "api" || "${TRAVIS_EVENT_TYPE}" == "cron" ]]; then echo "Run all e2e $FOLDER" ./scripts/test-e2e-lib.sh --use-dist else if [[ $AFFECTED_E2E == "e2e/$FOLDER" ]]; then