Skip to content

Commit 0d4bb44

Browse files
authored
Adjust e2e test step names (#33)
1 parent 8847627 commit 0d4bb44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-e2e-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup KinD cluster
4444
run: make create-kind-cluster
4545

46-
- name: Running Bundle Test e2e
46+
- name: Running Bundle e2e Tests
4747
env:
4848
REGISTRY_INSECURE: true
4949
REGISTRY: kind-registry:5000

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install func-operator
4747
run: make docker-build docker-push deploy
4848

49-
- name: Running Test e2e
49+
- name: Running e2e Tests
5050
env:
5151
REGISTRY_INSECURE: true
5252
REGISTRY: kind-registry:5000

0 commit comments

Comments
 (0)