From f483e11b3d1be3c3b618efef3851443df1bdc916 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 10 Mar 2023 16:46:54 +0100 Subject: [PATCH 1/3] Add html5gum to CI --- .github/workflows/html5gum.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/html5gum.yml diff --git a/.github/workflows/html5gum.yml b/.github/workflows/html5gum.yml new file mode 100644 index 0000000..c26bf89 --- /dev/null +++ b/.github/workflows/html5gum.yml @@ -0,0 +1,22 @@ +name: html5gum + +on: [push, pull_request] + +jobs: + check: + name: 'parser: 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 From 9d774014ba8e7a7da9c95af2136002340ee60bde Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 14 Mar 2023 18:49:26 +0100 Subject: [PATCH 2/3] align with #154 --- .github/workflows/downstream.yml | 17 +++++++++++++++++ .github/workflows/html5gum.yml | 22 ---------------------- 2 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 .github/workflows/html5gum.yml diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 4489d2f..a06ac65 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -19,3 +19,20 @@ jobs: runs-on: ubuntu-latest steps: - run: echo hello world + + 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 diff --git a/.github/workflows/html5gum.yml b/.github/workflows/html5gum.yml deleted file mode 100644 index c26bf89..0000000 --- a/.github/workflows/html5gum.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: html5gum - -on: [push, pull_request] - -jobs: - check: - name: 'parser: 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 From c61a39e79c53ace94495141a357080602e2be15c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 9 Aug 2023 15:15:59 +0200 Subject: [PATCH 3/3] Update downstream.yml --- .github/workflows/downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 033eeff..bc7a015 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -54,4 +54,4 @@ jobs: profile: minimal toolchain: stable override: true - - run: cargo test \ No newline at end of file + - run: cargo test