8000 ci: Run downstream parse5 tests · html5lib/html5lib-tests@abc6bf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit abc6bf4

Browse files
committed
ci: Run downstream parse5 tests
1 parent 95417e6 commit abc6bf4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,21 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- run: echo hello world
22+
23+
parse5:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v2
27+
with:
28+
repository: inikulin/parse5
29+
- run: rm -rf test/data/html5lib-tests/
30+
- uses: actions/checkout@v2
31+
with:
32+
path: test/data/html5lib-tests/
33+
- uses: actions/setup-node@v3.6.0
34+
with:
35+
node-version: lts/*
36+
cache: npm
37+
- run: npm ci
38+
- run: npm run build --if-present
39+
- run: npm run unit-tests

0 commit comments

Comments
 (0)
0