Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 5 up… #48

build(deps): bump the npm_and_yarn group across 1 directory with 5 up…

build(deps): bump the npm_and_yarn group across 1 directory with 5 up… #48

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@v1
- 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@v2
with:
flags: frontend