ci: Improve jobs naming

Make jobs name more user friendly.
This commit is contained in:
Szymon Janc
2023-01-25 22:47:40 +01:00
parent 591dc5f7e5
commit e5a74c09df
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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:
+2 -1
View File
@@ -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