Skip to content

Commit b6fce2b

Browse files
authored
fixed Codeship command
1 parent 7b61540 commit b6fce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeship-steps.yml

Lines changed: 1 addition & 1 deletion
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"
5+
- command: testspace [Tests]./test/reports/TEST*.xml{test} coverage/coverage.xml --command "bundle exec rake minitest test"
66
- command: testspace tmp/rubocop.txt{lint} tmp/brakeman_checkstyle.xml tmp/scss-lint.txt{lint} --command="./run_analysis.sh"

0 commit comments

Comments
 (0)