File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,12 +235,6 @@ jobs:
235235 working-directory : build/test
236236 run : ./Release/odr_test.exe
237237
238- - uses : actions/upload-artifact@v4
239- if : always()
240- with :
241- name : onefile-${{ matrix.os }}-${{ matrix.compiler }}
242- path : build/test/output/odr-private/output/pdf/phd-agreement.pdf-poppler
243-
244238 - name : tidy public test outputs
245239 run : python3 -u test/scripts/tidy_output.py build/test/output/odr-public/output
246240 - name : compare public test outputs
@@ -258,9 +252,16 @@ jobs:
258252 python3 -u test/scripts/compare_output.py \
259253 --driver firefox \
260254 --max-workers 1 \
255+ --diff-output output-diff-private \
261256 test/data/reference-output/odr-private/output \
262257 build/test/output/odr-private/output
263258
259+ - uses : actions/upload-artifact@v4
260+ if : always()
261+ with :
262+ name : output-diff-private-${{ matrix.os }}-${{ matrix.compiler }}
263+ path : output-diff-private
264+
264265 build-test-downstream :
265266 runs-on : ${{ matrix.os }}
266267 strategy :
You can’t perform that action at this time.
0 commit comments