Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import pytest
|
import pytest
|
||||||
import tempfile
|
import tempfile
|
||||||
import os
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
@@ -65,4 +64,4 @@ cmd cargo build --release
|
|||||||
- 1700000002
|
- 1700000002
|
||||||
cmd curl localhost:8080/api/health
|
cmd curl localhost:8080/api/health
|
||||||
""".strip())
|
""".strip())
|
||||||
return history_file
|
return history_file
|
||||||
|
|||||||
Reference in New Issue
Block a user