Skip to content

Commit

Permalink
ci: Run downstream html5gum tests (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Aug 9, 2023
1 parent 921e6f2 commit 7e0d6e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,20 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm run unit-tests

html5gum:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: untitaker/html5gum
- run: rm -rf tests/html5lib-tests/
- uses: actions/checkout@v2
with:
path: tests/html5lib-tests/
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: cargo test

0 comments on commit 7e0d6e6

Please sign in to comment.