Skip to content

Commit

Permalink
ci: remove use of @cypress/commit-message-install (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Nov 18, 2024
1 parent 9de6fb3 commit d20f273
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ install:
# we should be using npm v6+
- node --version
- npm --version
- npm i -g @cypress/commit-message-install @bahmutov/print-env
- npm i -g @bahmutov/print-env
- print-env APPVEYOR
- commit-message-install --else "npm ci"
- npm ci

cache:
# cache npm packages and Cypress binary
Expand All @@ -34,20 +34,20 @@ test_script:
- npm run lint
# only run if there is commit message
# with new version
- run-if npm run cy:version
- run-if npm run cy:verify
- run-if npm run cy:info
- run-if npm run cy:cache:list
- npm run cy:version
- npm run cy:verify
- npm run cy:info
- npm run cy:cache:list

# noticed really slow execution of some specs on Windows
# leading to failures. Trying to increase the command timeout
# maybe it will solve it
- setx CYPRESS_defaultCommandTimeout 20000
- run-if npm run test:ci:record:chrome
- run-if npm run test:ci:record
- npm run test:ci:record:chrome
- npm run test:ci:record
# removed Firefox test due to flakiness in this environment
# - run-if npm run test:ci:record:firefox
- run-if npm run test:ci:record:edge
# - npm run test:ci:record:firefox
- npm run test:ci:record:edge

# Don't actually build.
build: off

0 comments on commit d20f273

Please sign in to comment.