From 7e0d6e6799f58c5b7900c8e25c6b9da11bd9e445 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 9 Aug 2023 15:41:05 +0200 Subject: [PATCH] ci: Run downstream html5gum tests (#152) --- .github/workflows/downstream.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 27a358c..bc7a015 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -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