Skip to content

Commit d605eea

Browse files
add debugging
1 parent f72f0e1 commit d605eea

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/a11y.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
- name: Get Matching Chrome version
4444
run: npx browser-driver-manager install chrome
4545

46+
# DEBUGGING
47+
- name: Debug - Curl Root Index
48+
run: curl -v http://localhost:8080/index.html
49+
50+
# DEBUGGING
51+
- name: Debug - Curl Chapter Index
52+
run: curl -v http://localhost:8080/chapters/01/what-is-data-science/index.html
53+
4654
# 3. Serve, Discover URLs, and Run Axe
4755
- name: Run Axe Checks
4856
run: |

0 commit comments

Comments
 (0)