Update release.yml

This commit is contained in:
Bert Blommers 2023-08-23 09:39:23 +00:00 committed by GitHub
parent 3ebbf2ca5e
commit 8e0358c5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
- name: Test Docker release - name: Test Docker release
run: | run: |
docker run -p 5000:5000 --name moto motoserver/moto & docker run -p 5000:5000 --name moto motoserver/moto &
TEST_SERVER_MODE=true pytest -sv tests/test_core tests/test_s3 TEST_SERVER_MODE=true pytest -sv tests/test_core tests/test_s3/test_s3.py
docker stop moto docker stop moto
- name: Publish to PyPI - name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1