mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-06-06 23:05:49 +01:00
Name CI jobs for easier configuration
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
name: Benchmark
|
||||
strategy:
|
||||
matrix:
|
||||
metric:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,6 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
danger:
|
||||
name: Danger
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
|
||||
@@ -10,6 +10,7 @@ on:
|
||||
pull_request:
|
||||
jobs:
|
||||
test:
|
||||
name: Storybook
|
||||
runs-on: ubuntu-latest-8-cores
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user