Skip to content

Commit

Permalink
[fix] Revert running tests during AWS deployment (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitodread authored Feb 13, 2024
1 parent a9c88d4 commit 582e4f9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt -t .; fi
zip -r gorrion-telegram-bot.zip .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --show-source --statistics
- name: Test with pytest
run: |
pytest -vv
- name: Deploy to AWS
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 582e4f9

Please sign in to comment.