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:
Paul Hinze 2022-02-23 16:56:19 -06:00
parent 3381624fc2
commit a684350a7b
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ on:
- 'go.sum'
jobs:
unit-tests:
unit-tests-go:
runs-on: ubuntu-18.04
strategy:
matrix:

View File

@ -26,7 +26,7 @@ on:
- 'Rakefile'
jobs:
unit-tests:
unit-tests-ruby:
runs-on: ubuntu-18.04
strategy:
matrix: