We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8702b2e commit d61eab1Copy full SHA for d61eab1
circle.yml
@@ -10,5 +10,5 @@ test:
10
11
post:
12
- 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
+ - export CI_REPORTS=$PWD/test/reports
14
- testspace publish @.testspace $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
shippable.yml
@@ -14,5 +14,5 @@ script:
15
after_script:
16
17
18
- testspace publish @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
0 commit comments