Skip to content

Commit

Permalink
update githb action
Browse files Browse the repository at this point in the history
  • Loading branch information
goozp committed Oct 29, 2020
1 parent f4f82c5 commit 9e9b0c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Project Build

on:
push:
Expand All @@ -11,7 +11,7 @@ on:

jobs:
test:
name: Go test
name: Go Test and Upload Coverage
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand All @@ -30,7 +30,7 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)

build:
name: Go build
name: Go Build
strategy:
matrix:
go: [1.13, 1.15]
Expand Down

0 comments on commit 9e9b0c1

Please sign in to comment.