Skip to content

Commit d61eab1

Browse files
committed
setting reports location
1 parent 8702b2e commit d61eab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ test:
1010

1111
post:
1212
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
13-
- export CI_REPORTS=$CIRCLE_TEST_REPORTS
13+
- export CI_REPORTS=$PWD/test/reports
1414
- testspace publish @.testspace $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ script:
1414

1515
after_script:
1616
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
17-
- export CI_REPORTS=$CIRCLE_TEST_REPORTS
17+
- export CI_REPORTS=$PWD/test/reports
1818
- testspace publish @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}

0 commit comments

Comments
 (0)