Skip to content

Commit

Permalink
Remove print statements in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGLund99 committed Dec 13, 2023
1 parent 5e323dc commit 25df8d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Run tests
run: |
echo "Testing..."
python -m unittest || exit 1
python -m unittest -b || exit 1
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ WORKDIR /code
COPY . .
RUN pip install --no-cache-dir -r requirements_docker.txt


CMD ["python", "-u", "-m", "server.server", "--host", "0.0.0.0", "--port", "4444", "--reload"]

0 comments on commit 25df8d3

Please sign in to comment.