mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 07:50:24 -05:00
ci: run vite tests in CI
This commit is contained in:
committed by
Barthélémy Ledoux
parent
9a82d24ce1
commit
56a160b59a
+7
-9
@@ -1308,10 +1308,10 @@ jobs:
|
||||
- run:
|
||||
name: Build
|
||||
command: yarn workspace @cypress/design-system build
|
||||
# - run:
|
||||
# name: Run tests
|
||||
# command: yarn test
|
||||
# working_directory: npm/design-system
|
||||
- run:
|
||||
name: Run tests
|
||||
command: yarn test
|
||||
working_directory: npm/design-system
|
||||
- store-npm-logs
|
||||
|
||||
|
||||
@@ -1919,11 +1919,9 @@ linux-workflow: &linux-workflow
|
||||
- npm-webpack-dev-server:
|
||||
requires:
|
||||
- build
|
||||
# TODO: add this back when flake with vite-electron has been resolved
|
||||
# See branch `fix-branch`
|
||||
# - npm-vite-dev-server:
|
||||
# requires:
|
||||
# - build
|
||||
- npm-vite-dev-server:
|
||||
requires:
|
||||
- build
|
||||
- npm-rollup-dev-server:
|
||||
requires:
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user