Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API] update api for multi file and pdf support #1522

Merged
merged 11 commits into from
Apr 11, 2024
Merged
Prev Previous commit
Next Next commit
ci
  • Loading branch information
felixdittrich92 committed Apr 10, 2024
commit 37699f601241c0d68d1f785f293899fc62520f4f
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: wget --spider --tries=12 http://localhost:8080/docs
- name: Run docker test
run: |
docker compose -f api/docker-compose.yml exec --no-TTY web pytest tests/
docker-compose -f api/docker-compose.yml exec --no-TTY web pytest tests/
Loading