mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-09 11:37:56 +00:00
ci: Improve jobs naming
Make jobs name more user friendly.
This commit is contained in:
@@ -17,12 +17,13 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
name: newt test all
|
||||
name: Build check
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ports:
|
||||
name: Build ports
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -17,12 +17,13 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
name: build all targets
|
||||
name: Build check
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
targets:
|
||||
name: Build all test targets
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
@@ -17,12 +17,13 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
name: newt test all
|
||||
name: Unit tests
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
newt_test:
|
||||
name: Run newt test all
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user