Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: Enable Speakeasy testing and mock server for SDK #46

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 20 additions & 0 deletions .github/workflows/speakeasy-testing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Speakeasy Testing
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
Go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: curl -fsSL https://go.speakeasy.com/cli-install.sh | sh
- run: speakeasy test
env:
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}
377 changes: 374 additions & 3 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .speakeasy/testfiles/example.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
example file contents
Loading
Loading