We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b3e92 commit aa35dcaCopy full SHA for aa35dca
.github/workflows/run-contract-tests.yaml
@@ -48,6 +48,6 @@ jobs:
48
name: "${{ inputs.specs_key }}"
49
path: "${{ inputs.specs_key }}"
50
- name: "Run Mock Server"
51
- run: npx specmatic stub "${{ inputs.specs_key }}/${{ inputs.specs_key }}.yaml"
+ run: echo 'Not Implemented Yet!'
52
- name: "Run Contract Tests"
53
run: echo 'Not Implemented Yet!'
0 commit comments