Skip to content

chore: improve text, small refactoring #920

chore: improve text, small refactoring

chore: improve text, small refactoring #920

name: Angular GitHub CI
on:
push:
branches:
- '*'
jobs:
ci:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: Install Dependencies
run: |
npm ci
- name: Test
run: |
npm run test -- --browsers=ChromeHeadless --watch=false