Skip to content

Commit 27f6743

Browse files
committed
Install bikeshed during test workflow
1 parent d3f1019 commit 27f6743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
uses: actions/[email protected]
1515
with:
1616
node-version: ${{ matrix.node-version }}
17-
17+
- name: Install bikeshed
18+
run: pipx install bikeshed && bikeshed update
1819
- run: npm install
1920
- run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/spec-generator/respec.html"
2021
- run: npm test

0 commit comments

Comments
 (0)