Skip to content

Commit

Permalink
CI: Try new job names.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Oct 31, 2020
1 parent dcf9ad7 commit 3423700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: build-check
on: [push, pull_request]
jobs:
build-check:
name: build-check on Go ${{ matrix.go }}
name: Run build-check on Go ${{ matrix.go }}
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -20,8 +20,8 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: make build_check
test-coverage:
name: Test Coverage
save-test-coverage:
name: Save test coverage
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3423700

Please sign in to comment.