Skip to content

Commit aabd235

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Better naming for actions
1 parent 2358d44 commit aabd235

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515

1616
jobs:
1717

18-
build:
19-
name: "Run CI"
18+
coverage:
19+
name: "Go CI Tests Coverage"
2020
strategy:
2121
fail-fast: false
2222
matrix:

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515

1616
jobs:
1717

18-
build:
19-
name: "Run CI"
18+
test:
19+
name: "Go CI Tests"
2020
strategy:
2121
fail-fast: false
2222
matrix:

0 commit comments

Comments
 (0)