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 00dacfd commit 63bc2cfCopy full SHA for 63bc2cf
shippable.yml
@@ -18,7 +18,7 @@
18
- bundle exec rake minitest test
19
20
# Requires TESTSPACE_TOKEN environment variable. Also note that CI_REPORTS is referenced in .testspace.txt
21
-# Both on_success and on_failure are required so the test results are published to Testspace not what happens in build.
+# Both on_success and on_failure are required so the test results are published to Testspace no matter what happens in build.
22
on_success:
23
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
24
- CI_REPORTS=$PWD/test/reports testspace @.testspace.txt $TESTSPACE_TOKEN/${SHIPPABLE_REPO_SLUG/\//:}/${BRANCH}#ship.Build.${BUILD_NUMBER}
0 commit comments