Skip to content

Add data entry for polling station results #37

Add data entry for polling station results

Add data entry for polling station results #37

Workflow file for this run

name: Kiesraad-frontend
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
API_MODE: msw
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/checkout@v4
- name: Use node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test
- name: "e2e test install"
run: npx playwright install --with-deps
- name: "e2e test"
run: npm run e2e
- name: "Build"
run: npm run build