Skip to content

Commit bc00354

Browse files
authored
fix(actions): allow tests to pass with warning (#53)
1 parent 94cf2ef commit bc00354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- run: dart pub get
2121
- run: dart run build_runner build --delete-conflicting-outputs
2222
- run: dart format --fix .
23-
- run: dart analyze
23+
- run: dart analyze --no-fatal-warnings
2424
- run: dart test

0 commit comments

Comments
 (0)