File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ install:
1414 - ps : Install-Product node $env:nodejs_version
1515 - npm install -g yarn
1616 - yarn install --frozen-lockfile
17+ - ps : if ($env:APPVEYOR_PULL_REQUEST_NUMBER) { yarn cypress install }
1718 - cd example
1819 - yarn install --frozen-lockfile
1920 - cd ..
@@ -32,3 +33,4 @@ test_script:
3233 - yarn lint
3334 - yarn test -i
3435 - yarn codecov
36+ - ps : if ($env:APPVEYOR_PULL_REQUEST_NUMBER) { yarn cypress run --record }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ before_script:
3636script :
3737 - yarn lint
3838 - yarn test -i && yarn codecov
39- - if [[ "${TRAVIS_EVENT_TYPE}" = pull_request ]]; then yarn cypress run --config watchForFileChanges=false --record; fi
39+ - if [[ "${TRAVIS_EVENT_TYPE}" = pull_request ]]; then yarn cypress run --config --record; fi
4040
4141jobs :
4242 include :
Original file line number Diff line number Diff line change 11{
2- "projectId" : " rryrv7"
2+ "projectId" : " rryrv7" ,
3+ "videoCompression" : false
34}
You can’t perform that action at this time.
0 commit comments