Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 98cb96b

Browse files
committedFeb 12, 2021
fix git workflow bug
1 parent 0ea0d6e commit 98cb96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
dartanalyzer --fatal-warnings --no-hints .
2929
- name: Run tests
3030
run: |
31-
exec [ ! -d ./test ] && exit 0
31+
exec [ ! -d ./test ] || exit 0
3232
pub run test

0 commit comments

Comments
 (0)
Please sign in to comment.