mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
testing tetrate with sonnet (#5428)
This commit is contained in:
@@ -5,9 +5,9 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: 'Branch to test'
|
||||
description: "Branch to test"
|
||||
required: true
|
||||
default: 'main'
|
||||
default: "main"
|
||||
type: string
|
||||
|
||||
name: Live Provider Tests
|
||||
@@ -105,6 +105,7 @@ jobs:
|
||||
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
|
||||
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
|
||||
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
|
||||
TETRATE_API_KEY: ${{ secrets.TETRATE_API_KEY }}
|
||||
HOME: /tmp/goose-home
|
||||
GOOSE_DISABLE_KEYRING: 1
|
||||
SKIP_BUILD: 1
|
||||
|
||||
Reference in New Issue
Block a user