diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e327438..7b040e69 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,11 +26,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Setup Speakeasy CLI - uses: gleanwork/open-api/.github/actions/speakeasy-setup@main - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - # run the glean target specified in .speakeasy/workflow.yaml - run: speakeasy test --target glean diff --git a/mise.toml b/mise.toml index 34313e3b..1ea4c759 100644 --- a/mise.toml +++ b/mise.toml @@ -6,4 +6,5 @@ python = "3.9" # needed by speakeasy mockserver go = "1.22" +"aqua:speakeasy-api/speakeasy" = "latest"