Skip to content

Commit 8b32269

Browse files
committed
Fix all-unittests-passed check
1 parent 5c89fa4 commit 8b32269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Check unittest status
51-
if: ${{ needs.test.result != 'success' }}
51+
if: ${{ needs.unittest.result != 'success' }}
5252
run: exit 1
5353

5454
codecov:

0 commit comments

Comments
 (0)