Skip to content

feat: add provider response model mapping and codex openai compatibility #628

feat: add provider response model mapping and codex openai compatibility

feat: add provider response model mapping and codex openai compatibility #628

Workflow file for this run

name: E2E Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run E2E tests
run: go test -v -count=1 -timeout 300s -race ./tests/e2e/...