Skip to content

Bump vitest from 3.0.4 to 3.0.5 in /components/frontend #11395

Bump vitest from 3.0.4 to 3.0.5 in /components/frontend

Bump vitest from 3.0.4 to 3.0.5 in /components/frontend #11395

---
name: Feature tests quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.4.22"
- name: Install dependencies and check quality
run: |
cd tests/feature_tests
uv venv
ci/pip-install.sh
ci/quality.sh