Skip to content

Test at automated json scenarios in the pipeline #1

Test at automated json scenarios in the pipeline

Test at automated json scenarios in the pipeline #1

name: Test Rule Scenarios
on:
push:
branches:
- 'test/json-scenarios'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run Jest rule scenario tests
run: npm test src/testAllRules.spec.ts