@@ -18,9 +18,9 @@ install:
1818 # we should be using npm v6+
1919 - node --version
2020 - npm --version
21- - npm i -g @cypress/commit-message-install @ bahmutov/print-env
21+ - npm i -g @bahmutov/print-env
2222 - print-env APPVEYOR
23- - commit-message-install --else " npm ci"
23+ - npm ci
2424
2525cache :
2626 # cache npm packages and Cypress binary
@@ -34,20 +34,20 @@ test_script:
3434 - npm run lint
3535 # only run if there is commit message
3636 # with new version
37- - run-if npm run cy:version
38- - run-if npm run cy:verify
39- - run-if npm run cy:info
40- - run-if npm run cy:cache:list
37+ - npm run cy:version
38+ - npm run cy:verify
39+ - npm run cy:info
40+ - npm run cy:cache:list
4141
4242 # noticed really slow execution of some specs on Windows
4343 # leading to failures. Trying to increase the command timeout
4444 # maybe it will solve it
4545 - setx CYPRESS_defaultCommandTimeout 20000
46- - run-if npm run test:ci:record:chrome
47- - run-if npm run test:ci:record
46+ - npm run test:ci:record:chrome
47+ - npm run test:ci:record
4848 # removed Firefox test due to flakiness in this environment
49- # - run-if npm run test:ci:record:firefox
50- - run-if npm run test:ci:record:edge
49+ # - npm run test:ci:record:firefox
50+ - npm run test:ci:record:edge
5151
5252# Don't actually build.
5353build : off
0 commit comments