Skip to content

Commit 80c86a1

Browse files
authored
ci: rename step in stage build in github runner
1 parent 1badf9e commit 80c86a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
name: ${{ env.test-file }}
9595
path: ${{ env.build_dir }}/tests/${{ env.test-file }}
9696

97-
- name: Check for unit tests results
97+
- name: Check for tests results
9898
working-directory: ${{ env.build_dir }}/tests
9999
run: |
100100
! grep -q "FAILED" ${{ env.test-file }}

0 commit comments

Comments
 (0)