From 6cac48ebcae906b568b9f9078b4fde1008c83e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Cichowski?= Date: Thu, 9 May 2024 12:22:17 +0200 Subject: [PATCH] RSWW-36 .github: rename CI workflows to reflect service names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Cichowski --- .github/workflows/test-hotel-service.yml | 3 ++- .github/workflows/test-transport-service.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-hotel-service.yml b/.github/workflows/test-hotel-service.yml index 9a32c81e..893ab06f 100644 --- a/.github/workflows/test-hotel-service.yml +++ b/.github/workflows/test-hotel-service.yml @@ -1,4 +1,4 @@ -name: Travel API CI +name: Travel API CI - Hotel service on: push: @@ -14,6 +14,7 @@ permissions: write-all jobs: test: + name: Package and execute tests runs-on: ubuntu-latest if: always() diff --git a/.github/workflows/test-transport-service.yml b/.github/workflows/test-transport-service.yml index f6ea2c1b..5cf4f62d 100644 --- a/.github/workflows/test-transport-service.yml +++ b/.github/workflows/test-transport-service.yml @@ -1,4 +1,4 @@ -name: Travel API CI +name: Travel API CI - Transport service on: push: @@ -14,6 +14,7 @@ permissions: write-all jobs: test: + name: Package and execute tests runs-on: ubuntu-latest if: always()