8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67f90e commit 921e6f2Copy full SHA for 921e6f2
.github/workflows/downstream.yml
@@ -19,3 +19,22 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- 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
32
33
+ path: test/data/html5lib-tests/
34
+ - uses: actions/setup-node@v3
35
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