Skip to content

Bump vite from 5.0.11 to 5.0.12 #72

Bump vite from 5.0.11 to 5.0.12

Bump vite from 5.0.11 to 5.0.12 #72

Workflow file for this run

name: "coverage"
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Jest coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
working-directory: ./packages/components/
package-manager: yarn
test-script: yarn run test:unit