mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
ci: use clang problem matcher with nan spec runner (#49096)
This commit is contained in:
@@ -138,10 +138,16 @@ jobs:
|
|||||||
unzip -:o dist.zip
|
unzip -:o dist.zip
|
||||||
- name: Setup Linux for Headless Testing
|
- name: Setup Linux for Headless Testing
|
||||||
run: sh -e /etc/init.d/xvfb start
|
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
|
- name: Run Nan Tests
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
node electron/script/nan-spec-runner.js
|
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
|
- name: Wait for active SSH sessions
|
||||||
shell: bash
|
shell: bash
|
||||||
if: always() && !cancelled()
|
if: always() && !cancelled()
|
||||||
|
|||||||
Reference in New Issue
Block a user