Skip to content

Bump next from 14.2.16 to 14.2.22 in /frontend #82

Bump next from 14.2.16 to 14.2.22 in /frontend

Bump next from 14.2.16 to 14.2.22 in /frontend #82

Workflow file for this run

name: Frontend tests
on:
pull_request:
paths:
- "frontend/**"
workflow_dispatch:
jobs:
test-backend:
name: Frontend tests
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test-frontend