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.
2 parents 60039d7 + 32a2a20 commit 7434daeCopy full SHA for 7434dae
.github/workflows/test.yaml
@@ -26,11 +26,6 @@ jobs:
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- - name: Setup Speakeasy CLI
30
- uses: gleanwork/open-api/.github/actions/speakeasy-setup@main
31
- with:
32
- github-token: ${{ secrets.GITHUB_TOKEN }}
33
-
34
# run the glean target specified in .speakeasy/workflow.yaml
35
- run: speakeasy test --target glean
36
mise.toml
@@ -6,4 +6,5 @@ python = "3.9"
6
7
# needed by speakeasy mockserver
8
go = "1.22"
9
+"aqua:speakeasy-api/speakeasy" = "latest"
10
0 commit comments