Skip to content

Commit

Permalink
windows ci command on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 2, 2019
1 parent aaca096 commit 343d0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
npx print-env AGENT
npx print-env BUILD
npx print-env SYSTEM
npm run start:ci &
npm run start:ci:windows &
npx cypress run --record --parallel --ci-build-id $BUILD_BUILDNUMBER
displayName: 'Run Cypress tests'
2 changes: 1 addition & 1 deletion basic/azure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
# The next command starts the server and runs Cypress end-to-end tests against it.
# The test artifacts (video, screenshots, test output) will be uploaded to Cypress dashboard
# To record on Cypress dashboard we need to set CYPRESS_RECORD_KEY environment variable
- script: npm run test:ci:record
- script: npm run test:ci:record:windows
displayName: 'Run Cypress tests'

0 comments on commit 343d0d9

Please sign in to comment.