Skip to content

Commit

Permalink
Merge pull request #2052 from hbz/2051-schemaTestToWorkflow
Browse files Browse the repository at this point in the history
Add action for testing the output with json-schema #2051
  • Loading branch information
TobiasNx authored Aug 14, 2024
2 parents 3e15957 + ada9eba commit 614a13e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
run: |
mvn install
mvn editorconfig:check
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Test json file s with ajv
run: |
npm install -g ajv-cli ajv-formats
cd src/test/resources/
bash validateJsonTestFiles.sh
cd -
- name: Cache SBT
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 614a13e

Please sign in to comment.