Skip to content

Commit dacd392

Browse files
[CI] Rename workflow jobs so that they reflect what they do
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent 1ca8131 commit dacd392

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
yarn lint
4848
4949
build:
50-
name: Build (${{ matrix.os }}, node-${{ matrix.node }}
50+
name: Build and Test (${{ matrix.os }}, node-${{ matrix.node }})
5151

5252
strategy:
5353
fail-fast: false
@@ -114,6 +114,7 @@ jobs:
114114
xvfb-run -a yarn electron test
115115
116116
publish:
117+
name: Publish to NPM and GitHub pages
117118
needs: build
118119
if: github.ref == 'refs/heads/master' && github.event_name != 'schedule' # We still publish the manually dispatched workflows: 'workflow_dispatch'.
119120
runs-on: ubuntu-latest

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515

1616
License-check:
17-
name: ${{ matrix.os }}, Node.js v${{ matrix.node }}
17+
name: 3PP License Check
1818

1919
strategy:
2020
fail-fast: false

.github/workflows/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-and-test-performance:
8-
name: ubuntu-latest, Node.js 16.x
8+
name: Performance Tests
99

1010
runs-on: ubuntu-latest
1111
timeout-minutes: 30

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build-and-test-playwright:
16-
name: ubuntu-latest, Node.js 16.x
16+
name: Playwright Tests (ubuntu-latest, Node.js 16.x)
1717

1818
runs-on: ubuntu-latest
1919
timeout-minutes: 60

0 commit comments

Comments
 (0)