Skip to content

Commit

Permalink
ci: skip html5lib-tests on v1.13.x branch
Browse files Browse the repository at this point in the history
see #2449
  • Loading branch information
flavorjones committed Feb 20, 2022
1 parent e18da00 commit 15d32f6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,24 +135,24 @@ jobs:
- run: bundle exec rake compile
- run: bundle exec rake test

html5lib-tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/cache@v2
with:
path: ports
key: ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
- name: Update html5lib-tests
run: |
cd test/html5lib-tests
git remote update origin
git checkout origin/master
git log --pretty=oneline -n1
- run: bundle install --local || bundle install
- run: bundle exec rake compile -- --disable-system-libraries
- run: bundle exec rake test
# html5lib-tests:
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true
# - uses: actions/cache@v2
# with:
# path: ports
# key: ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
# - name: Update html5lib-tests
# run: |
# cd test/html5lib-tests
# git remote update origin
# git checkout origin/master
# git log --pretty=oneline -n1
# - run: bundle install --local || bundle install
# - run: bundle exec rake compile -- --disable-system-libraries
# - run: bundle exec rake test

0 comments on commit 15d32f6

Please sign in to comment.