Skip to content

Commit 3034bef

Browse files
clydinhansl
authored andcommitted
ci: use select e2e tests instead of large unit tests with AppVeyor
1 parent 9595190 commit 3034bef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ matrix:
99
install:
1010
- ps: Install-Product node $env:nodejs_version
1111
- yarn install --frozen-lockfile
12-
# Appveyor (via chocolatey) cannot use older versions of Chrome:
13-
# https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/googlechrome
1412
- npm run webdriver-update-appveyor
1513

1614
test_script:
1715
- node --version
1816
- npm --version
1917
- npm test
20-
- npm run test-large
18+
- node tests\legacy-cli\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,build/styles}/**"
2119

2220
build: off
2321
deploy: off
File renamed without changes.

0 commit comments

Comments
 (0)