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 5c6d2dd commit d01c20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accesibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
working-directory: ./app
run: |
export FLASK_APP=app.py
flask run -h localhost -p 5002 &
flask run -h localhost -p 5000 &
# Run accessibility-checker
- name: Run accessibility-checker
run: |
achecker http://localhost:5002/
achecker http://localhost:5000/
1 change: 1 addition & 0 deletions app/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href="#main-content">Skip to Main Content</a>
<!DOCTYPE html>
<html lang="en">

Expand Down

0 comments on commit d01c20e

Please sign in to comment.