Skip to content

Commit ba6516b

Browse files
committed
* update axe.yml
1 parent 1b57645 commit ba6516b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/axe.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
uses: actions/setup-node@v3
1616
with:
1717
node-version: 15
18+
- name: Install packages
19+
- run: yarn
20+
- name: Run docs site
1821
- run: |
1922
npm run dev
2023
npx wait-on --timeout 5000 http://localhost:8000

0 commit comments

Comments
 (0)