Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Abderemane committed Jun 2, 2023
1 parent 6b2d587 commit a2ec665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/accessibiility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: docker build -t local .
- name: Run django locally
run: |
docker run -d -p 127.0.0.1:8000:8000 local
docker run -d -p 0.0.0.0:8000:8000 local
docker ps
- name: Install pa11y-ci
run: npm install -g pa11y-ci
Expand Down

0 comments on commit a2ec665

Please sign in to comment.