Skip to content

Commit 38b4708

Browse files
committed
TASK: Improve CI debug information
1 parent c0ad2a0 commit 38b4708

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.sauce/config1Dimension.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ sauce:
88
retries: 0
99
metadata:
1010
tags:
11-
- e2e
1211
- $TARGET_BRANCH
13-
build: $TARGET_BRANCH
12+
build: $TARGET_BRANCH $CIRCLE_PR_NUMBER
1413
tunnel:
1514
name: "circleci-tunnel"
1615
testcafe:
@@ -44,7 +43,7 @@ artifacts:
4443
- sauce-test-report.json
4544
when: always
4645
allAttempts: true
47-
directory: ../../Data/Logs/saucelabs-artifacts/
46+
directory: ../../../Data/Logs/saucelabs-artifacts/
4847

4948
reporters:
5049
json:

0 commit comments

Comments
 (0)