Test at automated json scenarios in the pipeline #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |