Skip to content

Commit d20f273

Browse files
authored
ci: remove use of @cypress/commit-message-install (#909)
1 parent 9de6fb3 commit d20f273

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2525
cache:
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.
5353
build: off

0 commit comments

Comments
 (0)