Skip to content

add searching on domain switcher #155

add searching on domain switcher

add searching on domain switcher #155

Workflow file for this run

name: Build and test
on:
push:
branches:
- '*'
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
container:
image: docker://trion/ng-cli-karma:14.2.1
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci --force
- name: Build the app
run: ng build
- name: Execute tests and code coverage
run: ng test --code-coverage --watch=false --browsers=Chrome