Skip to content

Commit

Permalink
fix circle.yml runner-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Mar 27, 2020
1 parent 4c5a757 commit 8031a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ jobs:
command: |
CYPRESS_KONFIG_ENV=production \
CYPRESS_RECORD_KEY=$PACKAGES_RECORD_KEY \
yarn workspace @packages/runner cypress:run --record --parallel --group runner-integration-chrome --browser chrome
yarn workspace @packages/runner cypress:run --record --group runner-integration-chrome --browser chrome
- store_test_results:
path: /tmp/cypress
- store_artifacts:
Expand Down

0 comments on commit 8031a43

Please sign in to comment.