Skip to content

Bump vite from 4.5.14 to 7.1.5 in /frontend in the npm_and_yarn group across 1 directory #16

Bump vite from 4.5.14 to 7.1.5 in /frontend in the npm_and_yarn group across 1 directory

Bump vite from 4.5.14 to 7.1.5 in /frontend in the npm_and_yarn group across 1 directory #16

Workflow file for this run

name: Feline Style Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install -r requirements.txt
npm install
- name: Run tests
run: pytest --cov=src --cov-report=xml
- name: Upload coverage
uses: codecov/codecov-action@v3