Skip to content

Commit

Permalink
ACMS-000: Another temp commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
chandan-singh7929 committed Dec 5, 2023
1 parent b0483b9 commit 2c540c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/acquia_cms_ci.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions tests/ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c540c9

Please sign in to comment.