Skip to content

DC-#125: nicht manuelle node version #3

DC-#125: nicht manuelle node version

DC-#125: nicht manuelle node version #3

Workflow file for this run

name: Frontend workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: frontend