Skip to content

step6: add Carryforward Flags #18

step6: add Carryforward Flags

step6: add Carryforward Flags #18

Workflow file for this run

name: Frontend workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Test JS frontend
defaults:
run:
working-directory: ./web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install requirements
run: npm install
- name: Run tests and collect coverage
run: npm run test
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: 'dd037d2d-2e09-4e2d-8aff-288aa253a5c9'
with:
flags: frontend