Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
refactor: Rename jobs of the pipeline #10
Browse files Browse the repository at this point in the history
Refactored pipeline to rename each job
  • Loading branch information
renanbastos93 authored Mar 31, 2020
2 parents bc9b89f + c3170f3 commit 5101be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [push, pull_request]
name: Go Build
jobs:
test:
Build:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [push, pull_request]
name: Gosec
jobs:
test:
Security:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [push, pull_request]
name: Go Test
jobs:
test:
Test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
Expand Down

0 comments on commit 5101be0

Please sign in to comment.