Skip to content

Commit 5ae42a1

Browse files
authored
fix: run both ipa and spectral validation
1 parent 5a39110 commit 5ae42a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ jobs:
6565
- name: Run Jest tests
6666
run: |
6767
npm run test
68-
- name: Run IPA Spectral Tests against current raw OpenAPI
68+
- name: Run IPA Spectral Tests against raw OpenAPI
6969
run: |
7070
echo "Ensuring no error violations available in OpenAPI"
7171
npm run ipa-validation
72+
npm run spectral-validation
7273
7374
lint:
7475
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)