Skip to content

Commit 3c1da00

Browse files
author
Tom Pearson
committed
split serve and test scripts
1 parent 146bfbd commit 3c1da00

File tree

2 files changed

+1236
-3
lines changed

2 files changed

+1236
-3
lines changed

.github/workflows/pa11y.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
ref: ${{ github.head_ref }}
20-
- name: Run pa11y
20+
- name: Serve the site
2121
run: |
2222
npm i
23-
npm test
23+
npm run serve
24+
- name: A11y test
25+
run: |
26+
npm run a11y
2427
- name: Commit report
2528
if: ${{ always() }}
2629
run: |

0 commit comments

Comments
 (0)