Skip to content

chore: Update editorconfig and app component imports #6

chore: Update editorconfig and app component imports

chore: Update editorconfig and app component imports #6

Workflow file for this run

name: CI for Angular
on: push
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: Node Setup
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install
run: npm ci
- name: run unit tests
run: npm run test -- --no-watch --code-coverage --browsers=ChromeHeadlessCI