Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yacmov committed May 30, 2024
1 parent 2dd34ce commit 55bfaeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/accesibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
working-directory: ./app
run: |
export FLASK_APP=app.py
flask run -h localhost -p 5001 &
flask run -h localhost -p 5000 &
# Run accessibility-checker
- name: Run accessibility-checker
run: |
sleep 10
achecker http://localhost:5001
achecker http://localhost:5001/upload
achecker http://localhost:5001/settings
achecker http://localhost:5000
achecker http://localhost:5000/upload
achecker http://localhost:5000/settings

0 comments on commit 55bfaeb

Please sign in to comment.