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: