Skip to content

Commit ce62aca

Browse files
committed
ci: update naming
1 parent 271fbe7 commit ce62aca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
uses: actions/setup-go@v2
1414
with:
1515
go-version: '1.16'
16-
- uses: actions/cache@v2
16+
- name: Setup build cache
17+
uses: actions/cache@v2
1718
with:
1819
path: ~/go/pkg/mod
1920
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
2021
restore-keys: ${{ runner.os }}-go-
21-
- name: Build
22+
- name: Build service
2223
run: make
2324
lint:
2425
runs-on: ubuntu-latest
@@ -29,7 +30,8 @@ jobs:
2930
uses: actions/setup-go@v2
3031
with:
3132
go-version: '1.16'
32-
- uses: actions/cache@v2
33+
- name: Setup build cache
34+
uses: actions/cache@v2
3335
with:
3436
path: ~/go/pkg/mod
3537
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)