Skip to content

Commit 7e0d6e6

Browse files
authored
ci: Run downstream html5gum tests (html5lib#152)
1 parent 921e6f2 commit 7e0d6e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,20 @@ jobs:
3838
- run: npm ci
3939
- run: npm run build --if-present
4040
- run: npm run unit-tests
41+
42+
html5gum:
43+
runs-on: ubuntu-latest
44+
steps:
45+
- uses: actions/checkout@v2
46+
with:
47+
repository: untitaker/html5gum
48+
- run: rm -rf tests/html5lib-tests/
49+
- uses: actions/checkout@v2
50+
with:
51+
path: tests/html5lib-tests/
52+
- uses: actions-rs/toolchain@v1
53+
with:
54+
profile: minimal
55+
toolchain: stable
56+
override: true
57+
- run: cargo test

0 commit comments

Comments
 (0)