Skip to content

Commit

Permalink
fix: docker-smoke test path
Browse files Browse the repository at this point in the history
  • Loading branch information
cragwolfe committed Aug 30, 2023
1 parent e4535d2 commit fa8a209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build And Push Docker Image
on:
push:
branches:
- main

env:
DOCKER_REPOSITORY: quay.io/unstructured-io/unstructured
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ trap stop_container EXIT
await_container

# Run the tests
docker cp test_unstructured_ingest $CONTAINER_NAME:/home
docker cp test_unstructured_ingest $CONTAINER_NAME:/home/notebook_user
docker exec "$CONTAINER_NAME" /bin/bash -c "/home/notebook_user/test_unstructured_ingest/test-ingest-wikipedia.sh"

result=$?
Expand Down

0 comments on commit fa8a209

Please sign in to comment.