Skip to content

Commit b2b8609

Browse files
authored
task: add ipa validation to run during CI/CD process
1 parent 2a761db commit b2b8609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/code-health-tools.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
- name: Run Jest tests
6666
run: |
6767
npm run test
68+
- name: Run IPA Spectral Tests against current raw OpenAPI
69+
run: |
70+
echo "Ensuring no error violations available in OpenAPI"
71+
npm run ipa-validation
72+
6873
lint:
6974
runs-on: ubuntu-latest
7075
steps:

0 commit comments

Comments
 (0)