pull/700/head
Patrick Devaney 6 days ago
parent ba14c5c6d4
commit 5958d1f3af

@ -57,4 +57,4 @@ jobs:
# Print the test logs to the console
- name: Print test logs
run: |
cat ${{ github.workspace }}/logs/test_logs.txt || echo "No test logs found"
cat ${{ github.workspace }}/logs/test_logs.txt || echo "No test logs found"

@ -36,4 +36,4 @@ ENV PATH="/usr/local/bin:$PATH"
WORKDIR /usr/src/app/tests
# Default command to run tests located in the /tests directory
CMD pytest /usr/src/app/tests --continue-on-collection-errors --tb=short --disable-warnings | tee /usr/src/app/logs/test_logs.txt
CMD pytest /usr/src/app/tests --continue-on-collection-errors --tb=short --disable-warnings | tee /usr/src/app/logs/test_logs.txt

Loading…
Cancel
Save