We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d315f5 commit 245f941Copy full SHA for 245f941
1 file changed
.github/workflows/job_ci-checks.yml
@@ -64,9 +64,9 @@ jobs:
64
run: npm run test
65
# output the file the unit tests generates for use in sonar quality gate
66
67
- - name: Generate proxy open api spec
68
- if: ${{ inputs.GENERATE_PROXY_OPEN_API_SPEC }}
69
- run: npm run generate-proxy-open-api
+ # - name: Generate proxy open api spec
+ # if: ${{ inputs.GENERATE_PROXY_OPEN_API_SPEC }}
+ # run: npm run generate-proxy-open-api
70
71
- name: Set up Homebrew
72
if: ${{ inputs.VERIFY_TEMPLATE_RAIN }}
0 commit comments