Skip to content

Commit

Permalink
enable testing (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelrumzan authored Jan 16, 2025
1 parent 394541c commit 1f0a5b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ targets:
vercel:
target: typescript
source: vercel-OAS
testing:
enabled: true
publish:
npm:
token: $npm_token
Expand Down
3 changes: 3 additions & 0 deletions tests-overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ actions:
- target: $.paths['/v2/user'].get
update:
x-speakeasy-test: false
- target: $.paths['/v8/artifacts/{hash}'].put
update:
x-speakeasy-test: false

0 comments on commit 1f0a5b3

Please sign in to comment.