Skip to content

feat: make scenario querying support ngtx marker #542

feat: make scenario querying support ngtx marker

feat: make scenario querying support ngtx marker #542

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