Skip to content

chore(deps): bump lucide-react from 0.563.0 to 0.564.0 #101

chore(deps): bump lucide-react from 0.563.0 to 0.564.0

chore(deps): bump lucide-react from 0.563.0 to 0.564.0 #101

Workflow file for this run

name: Frontend Tests
on:
pull_request:
branches:
- main
- develop
- production
- "frontend/**"
- "testing-view/**"
- "competition-view/**"
paths:
- "frontend/**"
- "pnpm-lock.yaml"
- ".github/workflows/frontend-tests.yaml"
push:
branches:
- "frontend/**"
- "testing-view/**"
- "competition-view/**"
paths:
- "frontend/**"
- "pnpm-lock.yaml"
- ".github/workflows/frontend-tests.yaml"
jobs:
test:
name: Run Frontend Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile --filter=testing-view --filter=ui --filter=core
- name: Run tests
run: pnpm test --filter="./frontend/**"