Skip to content

Commit

Permalink
Remove pdf2htmlEX ad wvWare from reference outputs, when running test…
Browse files Browse the repository at this point in the history
…s on NOT linux
  • Loading branch information
ViliusSutkus89 committed Sep 3, 2024
1 parent 8758438 commit afbac96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,18 @@ jobs:
token: ${{ secrets.PAT_ANDIWAND }}
submodules: true

# @TODO: Solve this somehow better
# pdf2htmlEX and wvWare is available only on Linux (and Android)
# This means that odr_test will not produce outputs pdf2htmlEX and wvWare outputs to match what's in
# reference-outputs directory. Remove these from reference outputs, for now.
- name: Remove pdf2htmlEX and wvWare from reference outputs
if: runner.os != 'Linux'
run: |
rm -r \
test/data/reference-output/odr-private/output/pdf2htmlEX \
test/data/reference-output/odr-public/output/pdf2htmlEX \
test/data/reference-output/odr-public/output/wvWare
- name: ubuntu install tidy
if: runner.os == 'Linux'
run: sudo apt install tidy
Expand Down

0 comments on commit afbac96

Please sign in to comment.