From 1406e54894cadf88de06f673ea8e39df89e50ae9 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Thu, 30 Jan 2025 08:24:02 +0100 Subject: [PATCH] job names --- .github/workflows/e2e-pro.yaml | 2 +- .github/workflows/run-tests.yaml | 2 +- workflow-templates/e2e-pro.yaml | 2 +- workflow-templates/run-tests.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-pro.yaml b/.github/workflows/e2e-pro.yaml index 5e874c68f..a26365e00 100644 --- a/.github/workflows/e2e-pro.yaml +++ b/.github/workflows/e2e-pro.yaml @@ -1,7 +1,7 @@ # -------------------------------------------------------------------------------------------- # This file is generated. Do not edit manually # -------------------------------------------------------------------------------------------- -name: Run tests with screenshots PREMIUM +name: Cypress tests with screenshots PREMIUM 'on': push: branches: diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index aa0ae2551..e52bbaa59 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -1,7 +1,7 @@ # -------------------------------------------------------------------------------------------- # This file is generated. Do not edit manually # -------------------------------------------------------------------------------------------- -name: Run tests +name: Integration and unit tests 'on': push: branches: diff --git a/workflow-templates/e2e-pro.yaml b/workflow-templates/e2e-pro.yaml index 36ab63471..d3a229995 100644 --- a/workflow-templates/e2e-pro.yaml +++ b/workflow-templates/e2e-pro.yaml @@ -1,4 +1,4 @@ -name: Run tests with screenshots PREMIUM +name: Cypress tests with screenshots PREMIUM on: push: diff --git a/workflow-templates/run-tests.yaml b/workflow-templates/run-tests.yaml index c48c9cc52..fe8820f50 100644 --- a/workflow-templates/run-tests.yaml +++ b/workflow-templates/run-tests.yaml @@ -1,4 +1,4 @@ -name: Run tests +name: Integration and unit tests on: push: