Skip to content

feat: add ngtx.scenario.testGeneratorFn #548

feat: add ngtx.scenario.testGeneratorFn

feat: add ngtx.scenario.testGeneratorFn #548

Workflow file for this run

name: CI
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
name: Build ngtx
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
check-latest: true
- name: install dependencies
run: npm install
- name: build project
run: npm run build
- name: run tests
run: npm test