Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
pass ci group id
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 16, 2018
1 parent a8c535e commit b994bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codeship-steps.yml
Expand Up @@ -20,8 +20,8 @@
steps:
- name: "Run Cypress 1"
service: cypress-codeship-test
command: npm run env:run:record
command: npm run env:run:record -- --parallel --ci-group-id $CI_BUILD_ID

- name: "Run Cypress 2"
service: cypress-codeship-test
command: npm run env:run:record
command: npm run env:run:record -- --parallel --ci-group-id $CI_BUILD_ID
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"cy:run": "cypress run",
"cy:open": "cypress open",
"env:run": "npm run print-env && npm run cy:run",
"env:run:record": "npm run print-env && npm run cy:run -- --record --parallel",
"env:run:record": "npm run print-env && npm run cy:run -- --record",
"print-env": "print-env CI"
},
"repository": {
Expand Down

0 comments on commit b994bcd

Please sign in to comment.