mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix test on Github Actions
This commit is contained in:
@ -437,7 +437,7 @@ void unittest_uart_end(){}
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS"),
|
||||
sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS") == "true",
|
||||
reason="skip Github Actions on Windows (MinGW issue)",
|
||||
)
|
||||
def test_doctest_framework(clirunner, tmp_path: Path):
|
||||
|
Reference in New Issue
Block a user