Skip to content

Commit 8cf9a4c

Browse files
authored
chore: Enable Speakeasy testing and mock server for SDK (#46)
2 parents 39bb183 + 32e352f commit 8cf9a4c

File tree

308 files changed

+21601
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+21601
-9
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Speakeasy Testing
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
7+
permissions:
8+
contents: read
9+
jobs:
10+
Go:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-go@v5
15+
with:
16+
go-version-file: "go.mod"
17+
- run: curl -fsSL https://go.speakeasy.com/cli-install.sh | sh
18+
- run: speakeasy test
19+
env:
20+
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}

.speakeasy/gen.lock

Lines changed: 374 additions & 3 deletions
Large diffs are not rendered by default.

.speakeasy/testfiles/example.file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
example file contents

0 commit comments

Comments
 (0)