Skip to content

Commit c60368c

Browse files
🐛 fix(github/workflows): fix pa11y setup
1 parent de39c8b commit c60368c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pa11y.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
build:
1010
name: Building site and running accessibility tests
1111
runs-on: ubuntu-latest
12+
strategy:
13+
max-parallel: 5
1214

1315
steps:
1416
- name: Checkout Source
@@ -36,7 +38,7 @@ jobs:
3638
run: yarn build
3739

3840
- name: Boot Next App
39-
run: yarn start
41+
run: yarn start & sleep 5
4042

4143
- name: Run pa11y-ci
4244
run: yarn pa11y-ci:sitemap 2>&1 | tee pa11y_output.txt

0 commit comments

Comments
 (0)