Skip to content

SSL_CERT_FILE CA path support #43

SSL_CERT_FILE CA path support

SSL_CERT_FILE CA path support #43

Workflow file for this run

name: E2E OpenRouter
on:
pull_request:
types: [labeled, opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
e2e:
if: >-
github.event.pull_request.head.repo.full_name == github.repository &&
contains(github.event.pull_request.labels.*.name, 'test-openrouter')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: e2e
run: cargo test --test e2e_openrouter -- --ignored --nocapture
env:
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}