We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f212d commit 1badf9eCopy full SHA for 1badf9e
1 file changed
.github/workflows/self-hosted.yml
@@ -79,7 +79,7 @@ jobs:
79
name: ${{ env.test-file }}
80
path: ${{ env.build_dir }}/tests/${{ env.test-file }}
81
82
- - name: Check for unit tests results
+ - name: Check for tests results
83
working-directory: ${{ env.build_dir }}/tests
84
run: |
85
! grep -q "FAILED" ${{ env.test-file }}
0 commit comments