diff --git a/.github/workflows/e2e-main.yaml b/.github/workflows/e2e-main.yaml index 65fd1c4a..a909bfa1 100644 --- a/.github/workflows/e2e-main.yaml +++ b/.github/workflows/e2e-main.yaml @@ -25,7 +25,7 @@ on: inputs: organization: default: 'redhat-developer' - description: 'Organization of the Podman Desktop repository' + description: 'Organization of the Red Hat Account Extension repository' type: string required: true repositoryName: @@ -35,13 +35,13 @@ on: required: true branch: default: 'main' - description: 'Podman Desktop Extension SSO repo branch' + description: 'Red Hat Account Extension repo branch' type: string required: true jobs: e2e-tests: - name: Run E2E tests + name: Red Hat Account Extension E2E tests runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -102,13 +102,13 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - name: Execute yarn in SSO Extension + - name: Execute yarn in Red Hat Account Extension working-directory: ./podman-desktop-redhat-account-ext run: | yarn add -D @podman-desktop/tests-playwright@next yarn --frozen-lockfile - - name: Run All E2E tests + - name: Run All E2E tests in Red Hat Account Extension working-directory: ./podman-desktop-redhat-account-ext env: PODMAN_DESKTOP_ARGS: ${{ github.workspace }}/podman-desktop