Skip to content

Commit 7731ca3

Browse files
committed
Update naming sso to rh account ext. in workflow
Signed-off-by: Ondrej Dockal <[email protected]>
1 parent ffc6c07 commit 7731ca3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/e2e-main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
inputs:
2626
organization:
2727
default: 'redhat-developer'
28-
description: 'Organization of the Podman Desktop repository'
28+
description: 'Organization of the Red Hat Account Extension repository'
2929
type: string
3030
required: true
3131
repositoryName:
@@ -35,13 +35,13 @@ on:
3535
required: true
3636
branch:
3737
default: 'main'
38-
description: 'Podman Desktop Extension SSO repo branch'
38+
description: 'Red Hat Account Extension repo branch'
3939
type: string
4040
required: true
4141

4242
jobs:
4343
e2e-tests:
44-
name: Run E2E tests
44+
name: Red Hat Account Extension E2E tests
4545
runs-on: ubuntu-22.04
4646
steps:
4747
- uses: actions/checkout@v4
@@ -102,13 +102,13 @@ jobs:
102102
restore-keys: |
103103
${{ runner.os }}-yarn-
104104
105-
- name: Execute yarn in SSO Extension
105+
- name: Execute yarn in Red Hat Account Extension
106106
working-directory: ./podman-desktop-redhat-account-ext
107107
run: |
108108
yarn add -D @podman-desktop/tests-playwright@next
109109
yarn --frozen-lockfile
110110
111-
- name: Run All E2E tests
111+
- name: Run All E2E tests in Red Hat Account Extension
112112
working-directory: ./podman-desktop-redhat-account-ext
113113
env:
114114
PODMAN_DESKTOP_ARGS: ${{ github.workspace }}/podman-desktop

0 commit comments

Comments
 (0)