Skip to content

Commit

Permalink
try using services
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 23, 2023
1 parent d347e81 commit 3bdc237
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/components_unstructured_fileconverter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
services:
unstructured-api:
image: "quay.io/unstructured-io/unstructured-api:latest"
ports:
- 8000:8000
options: >-
--health-cmd "curl --fail http://localhost:8000/healthcheck || exit 1"
--health-interval 10s
--health-timeout 1s
--health-retries 10
steps:
- uses: actions/checkout@v4
Expand Down

This file was deleted.

0 comments on commit 3bdc237

Please sign in to comment.