mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
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 changed files with 2 additions and 2 deletions
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…
Reference in a new issue