Skip to content

Commit

Permalink
fix: Merged Rulesets Fix - Overwrite Spectral.yml File (#28)
Browse files Browse the repository at this point in the history
Updated workflow for merged ruleset overwrite
  • Loading branch information
travisgosselin authored Jul 27, 2022
1 parent 0546a36 commit ef5ff23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
npm test
working-directory: rulesets
name: unit test validation
- run: |
rm sps-api-standards.spectral.yml
name: remove existing merged rulesets
- name: test merging of rulesets
uses: mikefarah/[email protected]
with:
Expand All @@ -47,6 +50,9 @@ jobs:
persist-credentials: false
- name: zip documentation
run: zip -r sps-api-standards-documentation.zip standards
- run: |
rm sps-api-standards.spectral.yml
name: remove existing merged rulesets
- name: merge spectral rulesets
uses: mikefarah/[email protected]
with:
Expand Down

0 comments on commit ef5ff23

Please sign in to comment.