diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 9dbe9b42..26926046 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -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" \ No newline at end of file + cat ${{ github.workspace }}/logs/test_logs.txt || echo "No test logs found" diff --git a/tests/Dockerfile b/tests/Dockerfile index fc7ed9c7..80d2fbb8 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -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 \ No newline at end of file +CMD pytest /usr/src/app/tests --continue-on-collection-errors --tb=short --disable-warnings | tee /usr/src/app/logs/test_logs.txt