Skip to content

Commit

Permalink
scriptcheck.yml: explicitly remove left-over donate-cpu-server log
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Dec 12, 2024
1 parent d43f725 commit 2c0a49f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scriptcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ jobs:
- name: test donate_cpu_server
run: |
python -m pytest -Werror --strict-markers -vv tools/donate_cpu_server_test.py
# TODO: why is this file generated? also should be in a temporary folder if possible
rm -f tools/donate-cpu-server.log
env:
PYTHONPATH: ./tools

Expand Down

0 comments on commit 2c0a49f

Please sign in to comment.