Skip to content

Commit ef805c3

Browse files
committed
Copy the tests
1 parent 70841a0 commit ef805c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
./.test-venv/bin/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0'
6464
./.test-venv/bin/pip install --no-index --find-links=../dist temporalio
6565
./.test-venv/bin/pip install pytest
66+
cp -r ../tests .
6667
./.test-venv/bin/python -m pytest -k tests/test_activity_hello
6768
cd ..
6869
rm -r __test_wheel__

0 commit comments

Comments
 (0)