Skip to content

Commit e89f5b2

Browse files
committed
test_workflow_hello
1 parent db5054b commit e89f5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python -m venv .test-venv
6565
./.test-venv/bin/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
6666
./.test-venv/bin/pip install --no-index --find-links=../dist temporalio
67-
./.test-venv/bin/python -m pytest -s -k test_activity_hello
67+
./.test-venv/bin/python -m pytest -s -k test_workflow_hello
6868
6969
# Upload dist
7070
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)