We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3692905 commit 70e20cdCopy full SHA for 70e20cd
1 file changed
.github/workflows/accessibility.yml
@@ -13,12 +13,12 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: browser-actions/setup-chrome@latest
15
- name: Install dependencies
16
- run: |
+ run:sudo npm install -g http-server pa11y-ci
17
npm install -g http-server pa11y-ci
18
- name: Start server
19
run: |
20
http-server -p 8080 &
21
sleep 5
22
- name: Run accessibility tests
23
24
- pa11y-ci http://localhost:8080/index.html http://localhost:8080/crucible-exchange.html http://localhost:8080/proclamation-pillar.html
+ pa11y-ci http://localhost:8080/index.html http://localhost:8080/crucible-exchange.html http://localhost:8080/proclamation-pillar.html
0 commit comments