Commit 87825f4
fix: skip integration tests when E2B_API_KEY secret is not set
Gate the "Run integration tests" CI step on the E2B_API_KEY env var
being present, matching the pattern used by other integrations (e.g.
cohere). Without this the step exits with code 5 (no tests collected)
because there are no integration-marked tests and no API key is
configured yet.
Also exposes E2B_API_KEY from secrets at the workflow env level so
it will be available once a maintainer adds the secret to the repo.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 79b92b2 commit 87825f4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments