Skip to content

Commit

Permalink
Update naming sso to rh account ext. in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal committed Apr 18, 2024
1 parent 55d8eb7 commit ae8bf06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae8bf06

Please sign in to comment.