Skip to content

Remove Privacy Policy & TOS notice at onboarding #43

Remove Privacy Policy & TOS notice at onboarding

Remove Privacy Policy & TOS notice at onboarding #43

Workflow file for this run

name: Build & Test
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run vbuild
- run: npm run vtest:coverage