File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
60
60
- run : poe lint
61
61
- run : poe build-develop
62
62
- run : mkdir junit-xml
63
- - run : poe test -s -o log_cli_level=DEBUG --junit-xml=junit-xml/${{ matrix.python }}-${{ matrix.os }}.xml
63
+ - run : poe test -s -o log_cli_level=DEBUG --junit-xml=junit-xml/${{ matrix.python }}-- ${{ matrix.os }}.xml
64
64
# Time skipping doesn't yet support ARM
65
65
- if : ${{ !endsWith(matrix.os, '-arm') }}
66
- run : poe test -s -o log_cli_level=DEBUG --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}-${{ matrix.os }}-time-skipping.xml
66
+ run : poe test -s -o log_cli_level=DEBUG --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}-- ${{ matrix.os }}- -time-skipping.xml
67
67
# Check cloud if proper target and not on fork
68
68
- if : ${{ matrix.cloudTestTarget && (github.event.pull_request.head.repo.full_name == '' || github.event.pull_request.head.repo.full_name == 'temporalio/sdk-python') }}
69
- run : poe test -s -o log_cli_level=DEBUG -k test_cloud_client --junit-xml=junit-xml/${{ matrix.python }}-${{ matrix.os }}-cloud.xml
69
+ run : poe test -s -o log_cli_level=DEBUG -k test_cloud_client --junit-xml=junit-xml/${{ matrix.python }}-- ${{ matrix.os }}- -cloud.xml
70
70
env :
71
71
TEMPORAL_CLIENT_CLOUD_API_KEY : ${{ secrets.TEMPORAL_CLIENT_CLOUD_API_KEY }}
72
72
TEMPORAL_CLIENT_CLOUD_API_VERSION : 2024-05-13-00
You can’t perform that action at this time.
0 commit comments