Skip to content

Commit 3802491

Browse files
Fix job step name
1 parent 53dcd3a commit 3802491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/execute-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: "Checkout code"
2323
uses: actions/checkout@v4
24-
- name: "Run Util Tests"
24+
- name: "Run Tests"
2525
uses: ./.github/actions/run-playwright-tests
2626
with:
2727
bcss_cloud_environment: "${{ inputs.bcss_cloud_environment }}"

0 commit comments

Comments
 (0)