Skip to content

Commit

Permalink
fix tika version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Sep 29, 2023
1 parent a847b08 commit bea9682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservices
- name: Run Tika
if: matrix.os == 'ubuntu-latest'
run: docker run -p 9998:9998 apache/tika:1.28.4
run: docker run -p 9998:9998 apache/tika:2.9.0.0

- name: Run
run: pytest --maxfail=5 -m "integration" test/preview
Expand Down

0 comments on commit bea9682

Please sign in to comment.