Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Mar 1, 2024
1 parent 948240f commit 6dd5674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Check app is running
run: |
sleep 10
STATUS=$(docker inspect ${CONTAINER_ID} | jq -r '.[0]["State"]["Status"]')
if [ "${STATUS}" != "running" ]; then
echo "App is not running"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ boto3==1.17.5
# Werkzeug must be before Flask entry because Werkzeug 3 (it's incompatible with
# Flask 2) has been released and Flask doesn't specify this dependency correctly
# (it says Werkzeug >= 2.0).
Werkzeug==2.3.8
#Werkzeug==2.3.8
Flask==2.1.0
Flask-HTTPAuth==4.6.0
mkrepo==1.0.2
Expand Down

0 comments on commit 6dd5674

Please sign in to comment.