feat(ci): replace jest with vitest [EE-6504] (#10997)

This commit is contained in:
Chaim Lev-Ari
2024-01-23 08:42:52 +02:00
committed by GitHub
parent 4a19871fcc
commit 69c06bc756
34 changed files with 1137 additions and 1680 deletions

View File

@@ -12,7 +12,7 @@ on:
- synchronize
- ready_for_review
push:
jobs:
test-client:
runs-on: ubuntu-latest
@@ -27,7 +27,7 @@ jobs:
- run: yarn --frozen-lockfile
- name: Run tests
run: make test-client ARGS="--maxWorkers=2"
run: make test-client ARGS="--maxWorkers=2 --minWorkers=1"
test-server:
strategy:
matrix: