Update release.yml

This commit is contained in:
Bert Blommers 2023-08-23 09:25:08 +00:00 committed by GitHub
parent 22dcdf86ff
commit c4a0b5b717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ jobs:
- name: Test Docker release
run: |
docker run -p 5000:5000 --name moto motoserver/moto &
pip install pytest
TEST_SERVER_MODE=true pytest -sv tests/test_core tests/test_s3
docker stop moto
- name: Publish to PyPI