Skip to content

feat(ZMS-1565): remove test #273

feat(ZMS-1565): remove test

feat(ZMS-1565): remove test #273

Workflow file for this run

name: Frontend CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- run: npm run init
- run: npm run lint
- run: npm run test:unit
- run: npm run build