Skip to content

Bump @babel/runtime from 7.25.7 to 7.27.0 in /frontend #88

Bump @babel/runtime from 7.25.7 to 7.27.0 in /frontend

Bump @babel/runtime from 7.25.7 to 7.27.0 in /frontend #88

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