Skip to content

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 #279

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 #279

name: Frontend - Build and Test
on:
push:
branches-ignore:
- master
env:
NODE_VERSION: '16'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm ci and build
env:
CI: true
run: |
cd app && npm ci && npm run build
cp -r build ../build
- name: Format check
run: cd app && npm run format-check