Name CI jobs for easier configuration

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-05-06 14:00:40 -05:00
committed by GitHub
parent 2215b1811a
commit 3a4fd7833c
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ on:
jobs:
linux:
name: Benchmark
strategy:
matrix:
metric:
+7 -1
View File
@@ -12,6 +12,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04-8-cores
timeout-minutes: 30
@@ -88,6 +89,7 @@ jobs:
key: ${{ steps.cache-lint.outputs.cache-primary-key }}
macos:
name: MacOS
needs: lint
runs-on: macos-latest
if: github.ref == 'refs/heads/main'
@@ -162,6 +164,7 @@ jobs:
path: artifacts
linux:
name: Linux
needs: lint
runs-on: ubuntu-22.04-8-cores
timeout-minutes: 30
@@ -263,6 +266,7 @@ jobs:
path: artifacts
windows:
name: Windows
needs: lint
runs-on: windows-latest-8-cores
timeout-minutes: 30
@@ -367,6 +371,7 @@ jobs:
run: pnpm run lint
mock-tests:
name: Mock Tests
needs: lint
continue-on-error: true
@@ -470,12 +475,13 @@ jobs:
path: artifacts
check-min-os-version:
name: Check Min OS Version
needs: lint
continue-on-error: true
strategy:
matrix:
os: [ubuntu-22.04-8-cores, macos-latest, windows-latest-8-cores]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
+1
View File
@@ -7,6 +7,7 @@ on:
jobs:
danger:
name: Danger
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
+1
View File
@@ -10,6 +10,7 @@ on:
pull_request:
jobs:
test:
name: Storybook
runs-on: ubuntu-latest-8-cores
timeout-minutes: 30
steps: