File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
inputs :
26
26
organization :
27
27
default : ' redhat-developer'
28
- description : ' Organization of the Podman Desktop repository'
28
+ description : ' Organization of the Red Hat Account Extension repository'
29
29
type : string
30
30
required : true
31
31
repositoryName :
35
35
required : true
36
36
branch :
37
37
default : ' main'
38
- description : ' Podman Desktop Extension SSO repo branch'
38
+ description : ' Red Hat Account Extension repo branch'
39
39
type : string
40
40
required : true
41
41
42
42
jobs :
43
43
e2e-tests :
44
- name : Run E2E tests
44
+ name : Red Hat Account Extension E2E tests
45
45
runs-on : ubuntu-22.04
46
46
steps :
47
47
- uses : actions/checkout@v4
@@ -102,13 +102,13 @@ jobs:
102
102
restore-keys : |
103
103
${{ runner.os }}-yarn-
104
104
105
- - name : Execute yarn in SSO Extension
105
+ - name : Execute yarn in Red Hat Account Extension
106
106
working-directory : ./podman-desktop-redhat-account-ext
107
107
run : |
108
108
yarn add -D @podman-desktop/tests-playwright@next
109
109
yarn --frozen-lockfile
110
110
111
- - name : Run All E2E tests
111
+ - name : Run All E2E tests in Red Hat Account Extension
112
112
working-directory : ./podman-desktop-redhat-account-ext
113
113
env :
114
114
PODMAN_DESKTOP_ARGS : ${{ github.workspace }}/podman-desktop
You can’t perform that action at this time.
0 commit comments