Skip to content

Commit

Permalink
Run netstat
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarstairs-scottlogic committed Nov 29, 2023
1 parent f32288e commit d11256c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-a11y-of-changed-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Wait for blog to be running
run: npx wait-on http://127.0.0.1:4000 --timeout 60000

- name: Find out what’s running on which ports
run: sudo netstat -lp

- name: Run pa11y (for debugging)
run: npx pa11y http://127.0.0.1:4000 --debug

Expand Down

0 comments on commit d11256c

Please sign in to comment.