Skip to content

Commit 05b7142

Browse files
committed
tweak job name
1 parent ef7e6b4 commit 05b7142

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7+
name: Test
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@v2
@@ -22,6 +23,7 @@ jobs:
2223
base-path: packages/protoc-gen-nexus
2324

2425
test-e2e:
26+
name: E2E Test - Node.js v${{ matrix.node-version }}
2527
strategy:
2628
matrix:
2729
node-version: [16, 18]

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
lint:
7-
if: github.event_name == 'pull_request'
7+
name: Lint and Format
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)