From 818285a76e9c1ca7f408177935541f37d67521fa Mon Sep 17 00:00:00 2001 From: sysadmin Date: Sun, 15 Feb 2026 09:49:34 -0700 Subject: [PATCH] CI: skip editor/windbg/com tests that need display or debug tools --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72d3d51..08f33f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: cmake --build build - name: Test - run: ctest --test-dir build --output-on-failure + run: ctest --test-dir build --output-on-failure --exclude-regex "test_editor|test_windbg_provider|test_com_security" - name: Upload build uses: actions/upload-artifact@v4