Skip to content

feat: add gpt-4o-mini as a model we can use (#148) #104

feat: add gpt-4o-mini as a model we can use (#148)

feat: add gpt-4o-mini as a model we can use (#148) #104

Workflow file for this run

name: tests
on:
push:
branches:
- master
- main
- staging
pull_request:
permissions:
contents: read
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- id: 'codegen'
name: 'Launching code generation'
run: 'make codegen'
- id: 'tests'
name: 'Launching tests'
run: 'make test'