@@ -235,6 +235,12 @@ jobs:
235235 working-directory : build/test
236236 run : ./Release/odr_test.exe
237237
238+ - use : actions/upload-artifact@v4
239+ if : always()
240+ with :
241+ name : onefile
242+ path : build/test/output/odr-private/output/pdf/phd-agreement.pdf-poppler
243+
238244 - name : tidy public test outputs
239245 run : python3 -u test/scripts/tidy_output.py build/test/output/odr-public/output
240246 - name : compare public test outputs
@@ -255,42 +261,6 @@ jobs:
255261 test/data/reference-output/odr-private/output \
256262 build/test/output/odr-private/output
257263
258- - name : tidy pdf2htmlEX test outputs
259- if : runner.os == 'Linux'
260- run : |
261- python3 -u test/scripts/tidy_output.py build/test/output/odr-public/output-pdf2htmlEX
262- python3 -u test/scripts/tidy_output.py build/test/output/odr-private/output-pdf2htmlEX
263- - name : Compare pdf2htmlEX public test results
264- if : runner.os == 'Linux'
265- run : |
266- python3 -u test/scripts/compare_output.py \
267- --driver firefox \
268- --max-workers 1 \
269- test/data/reference-output/odr-public/output-pdf2htmlEX \
270- build/test/output/odr-public/output-pdf2htmlEX
271- - name : Compare pdf2htmlEX private test results
272- if : runner.os == 'Linux'
273- run : |
274- python3 -u test/scripts/compare_output.py \
275- --driver firefox \
276- --max-workers 1 \
277- test/data/reference-output/odr-public/output-pdf2htmlEX \
278- build/test/output/odr-public/output-pdf2htmlEX
279-
280- # wvWare has no private test data
281- - name : tidy wvWare test outputs
282- if : runner.os == 'Linux'
283- run : |
284- python3 -u test/scripts/tidy_output.py build/test/output/odr-public/output-wvWare
285- - name : Compare wvWare public test results
286- if : runner.os == 'Linux'
287- run : |
288- python3 -u test/scripts/compare_output.py \
289- --driver firefox \
290- --max-workers 1 \
291- test/data/reference-output/odr-public/output-wvWare \
292- build/test/output/odr-public/output-wvWare
293-
294264 build-test-downstream :
295265 runs-on : ${{ matrix.os }}
296266 strategy :
0 commit comments