Skip to content

Commit 50ff645

Browse files
committed
Use my server
1 parent 831fec2 commit 50ff645

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python: ["3.9", "3.13"]
16-
os: [ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest]
15+
python: ["3.13"]
16+
os: [macos-arm]
1717
include:
1818
- os: ubuntu-latest
1919
python: "3.13"
@@ -54,13 +54,13 @@ jobs:
5454
- run: poe lint
5555
- run: poe build-develop
5656
- run: mkdir junit-xml
57-
- run: poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
57+
- run: poe test -E 2.tcp.ngrok.io:18184 -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
5858
# Time skipping doesn't yet support ARM
5959
- if: ${{ !endsWith(matrix.os, '-arm') }}
60-
run: poe test -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
60+
run: poe test -E 2.tcp.ngrok.io:18184 -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
6161
# Check cloud if proper target and not on fork
6262
- if: ${{ matrix.cloudTestTarget && (github.event.pull_request.head.repo.full_name == '' || github.event.pull_request.head.repo.full_name == 'temporalio/sdk-python') }}
63-
run: poe test -s -k test_cloud_client --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--cloud.xml
63+
run: poe test -E 2.tcp.ngrok.io:18184 -s -k test_cloud_client --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--cloud.xml
6464
env:
6565
TEMPORAL_CLIENT_CLOUD_API_KEY: ${{ secrets.TEMPORAL_CLIENT_CLOUD_API_KEY }}
6666
TEMPORAL_CLIENT_CLOUD_API_VERSION: 2024-05-13-00
@@ -89,7 +89,7 @@ jobs:
8989
poe gen-protos
9090
poe format
9191
[[ -z $(git status --porcelain temporalio) ]] || (git diff temporalio; echo "Protos changed"; exit 1)
92-
poe test -s
92+
poe test -E 2.tcp.ngrok.io:18184 -s
9393
9494
# Do docs stuff (only on one host)
9595
- name: Build API docs

0 commit comments

Comments
 (0)