Skip to content

Commit

Permalink
[CONFIG] [Github Actions] Better naming for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Dec 10, 2024
1 parent 2358d44 commit aabd235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:

jobs:

build:
name: "Run CI"
coverage:
name: "Go CI Tests Coverage"
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:

jobs:

build:
name: "Run CI"
test:
name: "Go CI Tests"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit aabd235

Please sign in to comment.