Give CI jobs unique names
This helps make https://github.com/nektos/act easier to use locally, since you often want to run `act -j jobname` when debugging a failed workflow.
This commit is contained in:
parent
3381624fc2
commit
a684350a7b
2
.github/workflows/go-testing.yml
vendored
2
.github/workflows/go-testing.yml
vendored
@ -21,7 +21,7 @@ on:
|
||||
- 'go.sum'
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
unit-tests-go:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -26,7 +26,7 @@ on:
|
||||
- 'Rakefile'
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
unit-tests-ruby:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user