Skip to content

Commit 943f3eb

Browse files
are-cesclaude
andcommitted
Restore all providers and use schedule trigger for e2e tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ee83571 commit 943f3eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/e2e_tests_providers.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: E2E Inference Provider Tests
33

44
on:
5-
push
5+
schedule:
6+
- cron: "0 0 * * *" # Runs once a day at midnight UTC
7+
workflow_dispatch:
68

79
jobs:
810
e2e_tests:
@@ -11,7 +13,7 @@ jobs:
1113
fail-fast: false
1214
matrix:
1315
mode: ["server", "library"]
14-
environment: ["bedrock"]
16+
environment: ["azure", "vertexai", "watsonx", "bedrock"]
1517

1618
name: "E2E: ${{ matrix.mode }} mode / ${{ matrix.environment }}"
1719

0 commit comments

Comments
 (0)