From 22dfbb0822141e6a5f8ae33eb0610abeb67f603f Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:45:35 -0500 Subject: [PATCH] ci: use clang problem matcher with nan spec runner (#49099) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: David Sanders --- .github/workflows/pipeline-segment-node-nan-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pipeline-segment-node-nan-test.yml b/.github/workflows/pipeline-segment-node-nan-test.yml index adb21d9b38..c4364e5cad 100644 --- a/.github/workflows/pipeline-segment-node-nan-test.yml +++ b/.github/workflows/pipeline-segment-node-nan-test.yml @@ -138,10 +138,16 @@ jobs: unzip -:o dist.zip - name: Setup Linux for Headless Testing run: sh -e /etc/init.d/xvfb start + - name: Add Clang problem matcher + shell: bash + run: echo "::add-matcher::src/electron/.github/problem-matchers/clang.json" - name: Run Nan Tests run: | cd src node electron/script/nan-spec-runner.js + - name: Remove Clang problem matcher + shell: bash + run: echo "::remove-matcher owner=clang::" - name: Wait for active SSH sessions shell: bash if: always() && !cancelled()