Skip to content

Commit e1979bf

Browse files
aMahannaapetenchea
authored andcommitted
update job names
1 parent ae433fa commit e1979bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616

17+
name: Lint
18+
1719
steps:
1820
- name: Check out code
1921
uses: actions/checkout@v4
@@ -49,7 +51,7 @@ jobs:
4951
arangodb_license: ["community", "enterprise"]
5052
arangodb_version: ["3.10.10", "3.11.4", "latest"]
5153

52-
name: Python ${{ matrix.python_version }} - ArangoDB ${{ matrix.arangodb_config }}:${{ matrix.arangodb_license }}:${{ matrix.arangodb_version }}
54+
name: Test (${{ matrix.python_version }}:${{ matrix.arangodb_config }}:${{ matrix.arangodb_license }}:${{ matrix.arangodb_version }})
5355

5456
steps:
5557
- name: Checkout code
@@ -89,6 +91,8 @@ jobs:
8991
docs:
9092
runs-on: ubuntu-latest
9193

94+
name: Sphinx Docs
95+
9296
steps:
9397
- name: Checkout repository
9498
uses: actions/checkout@v4

0 commit comments

Comments
 (0)