diff --git a/.github/workflows/e2e-pro.yaml b/.github/workflows/e2e-pro.yaml index 7afbb15fb..5e874c68f 100644 --- a/.github/workflows/e2e-pro.yaml +++ b/.github/workflows/e2e-pro.yaml @@ -9,7 +9,7 @@ name: Run tests with screenshots PREMIUM - develop - feature/** jobs: - alltests: + e2e-tests: runs-on: ubuntu-latest steps: - name: Use Node.js 18.x diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 990c7d306..aa0ae2551 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -9,7 +9,7 @@ name: Run tests - develop - feature/** jobs: - e2etest: + all-tests: runs-on: ubuntu-latest steps: - name: Use Node.js 18.x