mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 03:46:35 +02:00
ci: temporarily enable all live E2E tests on PR to verify they pass
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a39e61ddeb
commit
cabb41380c
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -221,7 +221,7 @@ jobs:
|
|||
# ──────────────────────────────────────────────
|
||||
test-prompt-gateway:
|
||||
needs: docker-build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -268,7 +268,7 @@ jobs:
|
|||
# ──────────────────────────────────────────────
|
||||
test-model-alias-routing:
|
||||
needs: docker-build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -315,7 +315,7 @@ jobs:
|
|||
# ──────────────────────────────────────────────
|
||||
test-responses-api-with-state:
|
||||
needs: docker-build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -361,7 +361,7 @@ jobs:
|
|||
# ──────────────────────────────────────────────
|
||||
e2e-plano-tests:
|
||||
needs: docker-build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest-m
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -421,7 +421,7 @@ jobs:
|
|||
# ──────────────────────────────────────────────
|
||||
e2e-demo-preference:
|
||||
needs: docker-build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest-m
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -473,7 +473,7 @@ jobs:
|
|||
# ──────────────────────────────────────────────
|
||||
e2e-demo-currency:
|
||||
needs: docker-build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest-m
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue