Skip to content

Commit 70e20cd

Browse files
authored
Update accessibility.yml
Signed-off-by: George T <lordgsturtle@nexussingularity.co.uk>
1 parent 3692905 commit 70e20cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/accessibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: browser-actions/setup-chrome@latest
1515
- name: Install dependencies
16-
run: |
16+
run:sudo npm install -g http-server pa11y-ci
1717
npm install -g http-server pa11y-ci
1818
- name: Start server
1919
run: |
2020
http-server -p 8080 &
2121
sleep 5
2222
- name: Run accessibility tests
2323
run: |
24-
pa11y-ci http://localhost:8080/index.html http://localhost:8080/crucible-exchange.html http://localhost:8080/proclamation-pillar.html
24+
pa11y-ci http://localhost:8080/index.html http://localhost:8080/crucible-exchange.html http://localhost:8080/proclamation-pillar.html

0 commit comments

Comments
 (0)