mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
fix: failing build (#3993)
Successful build and test: https://github.com/Unstructured-IO/unstructured/actions/runs/14730300234/job/41342657532 Failing test_json_to_html CI job fix here: https://github.com/Unstructured-IO/unstructured/pull/3992
This commit is contained in:
parent
b585df1588
commit
604c4a7c5e
@ -41,7 +41,7 @@ await_container
|
||||
docker cp test_unstructured_ingest $CONTAINER_NAME:/app
|
||||
docker cp requirements/ingest $CONTAINER_NAME:/app/requirements/ingest
|
||||
docker exec -u root "$CONTAINER_NAME" /bin/bash -c "chown -R notebook-user:notebook-user /app/test_unstructured_ingest"
|
||||
docker exec "$CONTAINER_NAME" /bin/bash -c "/app/test_unstructured_ingest/src/wikipedia.sh"
|
||||
docker exec "$CONTAINER_NAME" /bin/bash -c "/app/test_unstructured_ingest/src/local.sh"
|
||||
|
||||
result=$?
|
||||
exit $result
|
||||
|
Loading…
x
Reference in New Issue
Block a user