From dcc1f9bcf1a00cd6440f130f5f7c112064b9b9f6 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Mon, 9 Feb 2026 00:08:17 +0100 Subject: [PATCH] Fix for path --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6b8f1b7..a63b48f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,5 +36,5 @@ jobs: submodules: recursive - name: "Run Devicetree Tests" shell: bash - working-directory: Buildscripts/DevicetreeCompiler/Tests + working-directory: Buildscripts/DevicetreeCompiler/tests run: python test_integration.py