We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1a3c7 commit 64a60baCopy full SHA for 64a60ba
.github/workflows/ci.yml
@@ -296,8 +296,9 @@ jobs:
296
FILE_NAME: ".pa11yci"
297
FILE_DATA: "{\n \"defaults\": {\n \"chromeLaunchConfig\": {\n \"executablePath\": \"${{ steps.setup-chrome.outputs.chrome-path }} \"\n }\n }\n}"
298
299
- - name: Serve Zola
300
- run: zola serve &
301
-
302
- name: Run Pa11y-CI
303
- run: npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml
+ run: |
+ zola serve &
+ ping 127.0.0.1 -n 6 > nul
+ netstat -o -n -a | findstr 1111
304
+ npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml
0 commit comments