Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Aug 23, 2023
1 parent 22dcdf8 commit c4a0b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4a0b5b

Please sign in to comment.