Skip to content

Commit

Permalink
TASK: Improve CI debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jan 25, 2025
1 parent 5e9e318 commit 0e6e94f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
tags:
- e2e
- $TARGET_BRANCH
build: $TARGET_BRANCH
build: $CI_COMMIT_SHORT_SHA, $TARGET_BRANCH, $CIRCLE_PR_NUMBER, $CIRCLE_SHA1
tunnel:
name: "circleci-tunnel"
testcafe:
Expand Down Expand Up @@ -44,7 +44,7 @@ artifacts:
- sauce-test-report.json
when: always
allAttempts: true
directory: ../../Data/Logs/saucelabs-artifacts/
directory: ../../../Data/Logs/saucelabs-artifacts/

reporters:
json:
Expand Down
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function run_tests() {
fi

if [[ $USE_SAUCELABS ]]; then
saucectl run --config .sauce/config.yml
saucectl run --config .sauce/config.yml --live-logs
fi
}

Expand Down

0 comments on commit 0e6e94f

Please sign in to comment.