@@ -205,7 +205,7 @@ jobs:
205205 with :
206206 python-version : 3.12
207207 - name : install python dependencies
208- run : pip install htmlcmp==1.0.2
208+ run : pip install htmlcmp==1.0.3
209209
210210 - name : download binaries
211211 uses : actions/download-artifact@v4
@@ -227,16 +227,16 @@ jobs:
227227 working-directory : build/test
228228 run : ./odr_test
229229
230- - name : fix artifact permissions
230+ - name : windows fix artifact permissions
231231 if : runner.os == 'Windows'
232232 run : chmod +x build/test/Release/odr_test.exe
233- - name : test
233+ - name : windows test
234234 if : runner.os == 'Windows'
235235 working-directory : build/test
236236 run : ./Release/odr_test.exe
237237
238238 - name : tidy public test outputs
239- run : html-tidy build/test/output/odr-public/output
239+ run : html-tidy --html-tidy-config test/scripts/html-tidy-config build/test/output/odr-public/output
240240 - name : compare public test outputs
241241 shell : bash
242242 run : |
@@ -247,7 +247,7 @@ jobs:
247247 build/test/output/odr-public/output
248248
249249 - name : tidy private test outputs
250- run : html-tidy build/test/output/odr-private/output
250+ run : html-tidy --html-tidy-config test/scripts/html-tidy-config build/test/output/odr-private/output
251251 - name : compare private test outputs
252252 shell : bash
253253 run : |
0 commit comments