From 2c540c9966a585f56ffc6d9d08bfd792b2885172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CChandan?= Date: Tue, 5 Dec 2023 13:41:18 +0530 Subject: [PATCH] ACMS-000: Another temp commit. --- .github/workflows/acquia_cms_ci.workflow.yml | 4 +++- tests/ci/script.sh | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/acquia_cms_ci.workflow.yml b/.github/workflows/acquia_cms_ci.workflow.yml index 94a3d5deda..646c63b182 100644 --- a/.github/workflows/acquia_cms_ci.workflow.yml +++ b/.github/workflows/acquia_cms_ci.workflow.yml @@ -195,7 +195,9 @@ jobs: - name: Before script run: ../orca/bin/ci/before_script.sh - name: Script - run: ./tests/ci/script.sh + run: | + ./tests/ci/script.sh + aws s3 cp --recursive "/tmp/screenshot*.png" "${AWS_S3_BUCKET_PATH}/backstop/logs/${GITHUB_RUN_ID}" - name: Before Cache run : ../orca/bin/ci/before_cache.sh - name: After script diff --git a/tests/ci/script.sh b/tests/ci/script.sh index 06f17934c8..8e35806ab8 100755 --- a/tests/ci/script.sh +++ b/tests/ci/script.sh @@ -15,9 +15,6 @@ cd "$(dirname "$0")" source ../../../orca/bin/travis/_includes.sh if [ "${ACMS_JOB}" != "backstop_tests" ] && [ "${ACMS_JOB}" != "upgrade_modules" ] && [ "${ACMS_JOB}" != "cypress_tests" ]; then - # Copy screenshots. - aws s3 cp --recursive "/tmp/screenshot*.png" "${AWS_S3_BUCKET_PATH}/backstop/logs/${GITHUB_RUN_ID}" - # Run ORCA's standard script. ../../../orca/bin/travis/script.sh fi