File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -134,3 +134,25 @@ jobs:
134
134
bundler-cache : true
135
135
- run : bundle exec rake compile
136
136
- run : bundle exec rake test
137
+
138
+ html5lib-tests :
139
+ runs-on : ubuntu-latest
140
+ container :
141
+ image : flavorjones/nokogiri-test:mri-3.0
142
+ steps :
143
+ - uses : actions/checkout@v2
144
+ with :
145
+ submodules : true
146
+ - uses : actions/cache@v2
147
+ with :
148
+ path : ports
149
+ key : ports-ubuntu-${{hashFiles('**/dependencies.yml')}}
150
+ - name : Update html5lib-tests
151
+ run : |
152
+ cd test/html5lib-tests
153
+ git remote update origin
154
+ git checkout origin/master
155
+ git log --pretty=oneline -n1
156
+ - run : bundle install --local || bundle install
157
+ - run : bundle exec rake compile -- --disable-system-libraries
158
+ - run : bundle exec rake test
You can’t perform that action at this time.
0 commit comments