-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Revert running tests during AWS deployment (#65)
- Loading branch information
1 parent
a9c88d4
commit 582e4f9
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|