Skip to content

Commit 2a0635b

Browse files
fix git workflow bug
1 parent fea7927 commit 2a0635b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
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)