Skip to content

Commit aa35dca

Browse files
committed
chore: migrate tests actions to new self serve changes
1 parent a8b3e92 commit aa35dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-contract-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
name: "${{ inputs.specs_key }}"
4949
path: "${{ inputs.specs_key }}"
5050
- name: "Run Mock Server"
51-
run: npx specmatic stub "${{ inputs.specs_key }}/${{ inputs.specs_key }}.yaml"
51+
run: echo 'Not Implemented Yet!'
5252
- name: "Run Contract Tests"
5353
run: echo 'Not Implemented Yet!'

0 commit comments

Comments
 (0)