Skip to content

Commit 604c4a7

Browse files
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: #3992
1 parent b585df1 commit 604c4a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker-smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ await_container
4141
docker cp test_unstructured_ingest $CONTAINER_NAME:/app
4242
docker cp requirements/ingest $CONTAINER_NAME:/app/requirements/ingest
4343
docker exec -u root "$CONTAINER_NAME" /bin/bash -c "chown -R notebook-user:notebook-user /app/test_unstructured_ingest"
44-
docker exec "$CONTAINER_NAME" /bin/bash -c "/app/test_unstructured_ingest/src/wikipedia.sh"
44+
docker exec "$CONTAINER_NAME" /bin/bash -c "/app/test_unstructured_ingest/src/local.sh"
4545

4646
result=$?
4747
exit $result

0 commit comments

Comments
 (0)