Skip to content

Commit

Permalink
update end-to-end test
Browse files Browse the repository at this point in the history
michaelfeil committed Jan 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2799105 commit 913f94b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/infinity_emb/Dockerfile
Original file line number Diff line number Diff line change
@@ -54,7 +54,8 @@ RUN poetry run black --check .
RUN poetry run mypy .
# pytest
COPY tests tests
RUN poetry run python -m pytest -x
# run end to end tests because of duration of build in github ci.
RUN poetry run python -m pytest tests/end_to_end -x
# write a file
RUN echo "all tests passed" > "test_results.txt"

0 comments on commit 913f94b

Please sign in to comment.