Skip to content

Commit 921e6f2

Browse files
authored
ci: Run downstream parse5 tests (#155)
1 parent c67f90e commit 921e6f2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: .github/workflows/downstream.yml

+19
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,22 @@ 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+
submodules: recursive
30+
- run: rm -rf test/data/html5lib-tests/
31+
- uses: actions/checkout@v2
32+
with:
33+
path: test/data/html5lib-tests/
34+
- uses: actions/setup-node@v3
35+
with:
36+
node-version: lts/*
37+
cache: npm
38+
- run: npm ci
39+
- run: npm run build --if-present
40+
- run: npm run unit-tests

0 commit comments

Comments
 (0)