Skip to content

Commit a98d6fd

Browse files
authored
Move openai e2e tests to normal server (#937)
1 parent 83d2ae4 commit a98d6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
- run: mkdir junit-xml
7676
- run: poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
7777
timeout-minutes: 10
78+
env:
79+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7880
# Time skipping doesn't yet support ARM
7981
- if: ${{ !endsWith(matrix.os, '-arm') }}
8082
run: poe test ${{matrix.pytestExtraArgs}} -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
8183
timeout-minutes: 10
82-
env:
83-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
8484
# Check cloud if proper target and not on fork
8585
- if: ${{ matrix.cloudTestTarget && (github.event.pull_request.head.repo.full_name == '' || github.event.pull_request.head.repo.full_name == 'temporalio/sdk-python') }}
8686
run: poe test ${{matrix.pytestExtraArgs}} -s -k test_cloud_client --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--cloud.xml

0 commit comments

Comments
 (0)