chore: replace jest job with vitest

- update job id and name
This commit is contained in:
Angel Mendez Cano
2024-02-09 11:07:43 -06:00
parent 307e91e49c
commit 0aacac3def

View File

@@ -1,11 +1,11 @@
name: Run jest tests name: Run vitest tests
on: on:
pull_request: {} pull_request: {}
push: push:
branches: [livekit, full-mesh] branches: [livekit, full-mesh]
jobs: jobs:
jest: vitest:
name: Run jest tests name: Run vitest tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -16,7 +16,7 @@ jobs:
cache: "yarn" cache: "yarn"
- name: Install dependencies - name: Install dependencies
run: "yarn install" run: "yarn install"
- name: Jest - name: Vitest
run: "yarn run test" run: "yarn run test"
- name: Upload to codecov - name: Upload to codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4