Skip to content

feat: replace hints with info boxes in On Request data source (#839) #1275

feat: replace hints with info boxes in On Request data source (#839)

feat: replace hints with info boxes in On Request data source (#839) #1275

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