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 d42d8b2 commit b9a5fdeCopy full SHA for b9a5fde
codeship-steps.yml
@@ -2,11 +2,12 @@
2
service: test
3
command: bash ./codeship/compile.sh
4
- name: testing
5
- type: serial
+ type: parallel
6
steps:
7
- name: unit tests
8
9
command: bash ./codeship/unit_tests.sh
10
- name: integration tests
11
12
- command: bash ./codeship/integration_tests.sh
+ command: bash ./codeship/integration_tests.sh
13
+
0 commit comments