ci: run vite tests in ci (#15411)

This commit is contained in:
Barthélémy Ledoux
2021-03-10 15:20:39 -06:00
committed by GitHub
parent 1ce57554e2
commit a37ab762fa

View File

@@ -1054,6 +1054,15 @@ jobs:
- run:
name: Run tests
command: yarn workspace @cypress/webpack-dev-server test
npm-vite-dev-server:
<<: *defaults
steps:
- attach_workspace:
at: ~/
- check-conditional-ci
- run:
name: Run tests
command: yarn workspace @cypress/vite-dev-server test
npm-webpack-batteries-included-preprocessor:
<<: *defaults
@@ -1745,6 +1754,9 @@ linux-workflow: &linux-workflow
- npm-webpack-dev-server:
requires:
- build
- npm-vite-dev-server:
requires:
- build
- npm-webpack-preprocessor:
requires:
- build