Skip to content

Commit

Permalink
ci(upstream): run against latest html5lib-tests master
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 9, 2021
1 parent ab6c3e4 commit 9ea9c10
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/upstream.yml
Expand Up @@ -134,3 +134,25 @@ jobs:
bundler-cache: true
- run: bundle exec rake compile
- run: bundle exec rake test

html5lib-tests:
runs-on: ubuntu-latest
container:
image: flavorjones/nokogiri-test:mri-3.0
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/cache@v2
with:
path: ports
key: ports-ubuntu-${{hashFiles('**/dependencies.yml')}}
- 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
- run: bundle exec rake test

0 comments on commit 9ea9c10

Please sign in to comment.