Skip to content

Commit b62b84b

Browse files
author
Ivailo Petrov
committed
fixed Codeship command
1 parent 30be487 commit b62b84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeship-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
services:
33
- testspace_sample
44
steps:
5-
- command: testspace [Tests]./test/reports/TEST*.xml{test} coverage/coverage.xml --command "bundle exec rake minitest test"
6-
- command: testspace tmp/rubocop.txt{lint} tmp/brakeman_checkstyle.xml tmp/scss-lint.txt{lint} --command "sh run_analysis.sh"
5+
- command: testspace [Tests]./test/reports/TEST*.xml{test} coverage/coverage.xml --command="bundle exec rake minitest test"
6+
- command: testspace tmp/rubocop.txt{lint} tmp/brakeman_checkstyle.xml tmp/scss-lint.txt{lint} --command="./run_analysis.sh"

0 commit comments

Comments
 (0)