File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
47
47
- name : Install dependencies
48
48
run : dart pub get --directory packages/dart
49
49
- name : Run build_runner
50
- run : cd packages/dart && dart run build_runner build --delete-conflicting-outputs
50
+ run : ( cd packages/dart && dart run build_runner build --delete-conflicting-outputs)
51
51
- name : Analyze code
52
52
run : dart analyze packages/dart --fatal-infos
53
53
- name : Lint
54
54
run : dart format --output=none --set-exit-if-changed packages/dart
55
55
- name : Publish dry run
56
56
run : cd packages/dart && dart pub publish --dry-run
57
57
- name : Run tests
58
- run : cd packages/dart && dart test --coverage=coverage
58
+ run : ( cd packages/dart && dart test --coverage=coverage)
59
59
- name : Convert code coverage
60
60
# Needs to be adapted to collect the coverage at all platforms if platform specific code is added.
61
61
if : ${{ always() && matrix.os == 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments