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 c4a0b5b commit 3ebbf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel setuptools packaging twine build --upgrade
pip install -r requirements-dev.txt
- name: Verify Tag does not exist
run: |
! git rev-parse ${{ env.VERSION }} || { echo "Ensure that no tag exists for ${{ env.VERSION }}" ; exit 1; }
Expand All @@ -44,7 +45,6 @@ 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 3ebbf2c

Please sign in to comment.