Skip to content

Commit 3e037a7

Browse files
committed
fix step names in test runner workflow
Signed-off-by: Scott J Dickerson <[email protected]>
1 parent e06ef2e commit 3e037a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-run-ui-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ref: ${{ inputs.install_konveyor_version }}
7070
path: konveyor-operator
7171

72-
- name: Install konveyor using ${{ inputs.install_konveyor_version }}
72+
- name: "Install konveyor using ${{ inputs.install_konveyor_version }}"
7373
uses: ./konveyor-operator/.github/actions/install-konveyor
7474
with:
7575
bundle_image: ${{ inputs.bundle_image }}
@@ -125,7 +125,7 @@ jobs:
125125
project: ./cypress
126126
spec: "**/e2e/tests/login.test.ts"
127127

128-
- name: Run UI tests (${{ inputs.test_tags }}) using default credentials from `cypress.config.ts`
128+
- name: "Run UI tests (${{ inputs.test_tags }}) using default credentials from `cypress.config.ts`"
129129
uses: cypress-io/github-action@v6
130130
env:
131131
CYPRESS_INCLUDE_TAGS: "${{ inputs.test_tags }}"

0 commit comments

Comments
 (0)