optimize ci check job name (#7)
* optimize ci check job name * optimize ci check job name * optimize ci check job name Co-authored-by: chupei <chupei@qiniu.com>
This commit is contained in:
parent
0a36185ebe
commit
08fa9619b8
5
.github/workflows/style_check.yml
vendored
5
.github/workflows/style_check.yml
vendored
@ -12,12 +12,11 @@ on:
|
||||
- '**.md'
|
||||
jobs:
|
||||
run:
|
||||
name: go style check
|
||||
name: vet and gofmt
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.13.x, 1.14.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
|
3
.github/workflows/ut_check.yml
vendored
3
.github/workflows/ut_check.yml
vendored
@ -16,8 +16,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.13.x, 1.14.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
|
Loading…
Reference in New Issue
Block a user