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 20ac678
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ sauce:
retries: 0
metadata:
tags:
- e2e
- $TARGET_BRANCH
build: $TARGET_BRANCH
build: $TARGET_BRANCH $CIRCLE_PR_NUMBER
tunnel:
name: "circleci-tunnel"
testcafe:
Expand Down Expand Up @@ -44,7 +43,7 @@ artifacts:
- sauce-test-report.json
when: always
allAttempts: true
directory: ../../Data/Logs/saucelabs-artifacts/
directory: ../../../Data/Logs/saucelabs-artifacts/

reporters:
json:
Expand Down

0 comments on commit 20ac678

Please sign in to comment.