Skip to content

Commit 964b33b

Browse files
committed
Improve the name of the jobs
Signed-off-by: tdruez <[email protected]>
1 parent e85f257 commit 964b33b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
IMAGE_NAME: ${{ github.repository }}
1616

1717
jobs:
18-
build-and-push-image:
18+
build-and-publish-image:
1919
runs-on: ubuntu-24.04
2020

2121
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.

.github/workflows/run-unit-tests-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
jobs:
11-
build:
11+
run-unit-tests:
1212
runs-on: ubuntu-24.04
1313
env:
1414
FROM_DOCKER_IMAGE: "1"

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
POSTGRES_INITDB_ARGS: --encoding=UTF-8 --lc-collate=en_US.UTF-8 --lc-ctype=en_US.UTF-8
1515

1616
jobs:
17-
build:
17+
run-unit-tests:
1818
runs-on: ubuntu-24.04
1919

2020
services:

0 commit comments

Comments
 (0)