We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea0d6e commit 98cb96bCopy full SHA for 98cb96b
.github/workflows/dart.yml
@@ -28,5 +28,5 @@ jobs:
28
dartanalyzer --fatal-warnings --no-hints .
29
- name: Run tests
30
run: |
31
- exec [ ! -d ./test ] && exit 0
+ exec [ ! -d ./test ] || exit 0
32
pub run test
0 commit comments