Skip to content

Commit a2af8df

Browse files
filipesilvamgechev
authored andcommitted
ci: trim the appveyor tests
Removing the `build/styles` tests because they can take a while and others are more important. Fix #14451
1 parent ddfbbe6 commit a2af8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor-e2e.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
IF not defined APPVEYOR_PULL_REQUEST_NUMBER (
33
IF not defined BUILDKITE_PULL_REQUEST (
44
REM Run full test suite if not on a Appveyor/Buildkite PR.
5-
node tests\legacy-cli\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,build/styles,ivy}/**"
5+
node tests\legacy-cli\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,ivy}/**"
66
exit
77
)
88
)

0 commit comments

Comments
 (0)