Skip to content

Commit 1badf9e

Browse files
authored
ci: rename step in stage test self-hosted job
1 parent 29f212d commit 1badf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
name: ${{ env.test-file }}
8080
path: ${{ env.build_dir }}/tests/${{ env.test-file }}
8181

82-
- name: Check for unit tests results
82+
- name: Check for tests results
8383
working-directory: ${{ env.build_dir }}/tests
8484
run: |
8585
! grep -q "FAILED" ${{ env.test-file }}

0 commit comments

Comments
 (0)