Skip to content

feat: use common ci wokflow for frontend HL-1637 #2890

feat: use common ci wokflow for frontend HL-1637

feat: use common ci wokflow for frontend HL-1637 #2890

name: (KS Handler) Frontend Lint, Unit and Component tests
on:
push:
branches: [main]
pull_request:
paths:
- ".github/workflows/ks-handler-frontend-tests.yml"
workflow_dispatch:
jobs:
common:
uses: ./.github/workflows/ci-node.yml
secrets: inherit
with:
node-version: 22.x
app-directory: ./frontend/kesaseteli/handler
extra-commands: cd ./frontend/kesaseteli/handler && echo 'NEXTJS_DISABLE_SENTRY=true' >> .env