Skip to content

Commit f6f89c0

Browse files
committed
chore: update ci shell at support's recommendation
1 parent c6f3e4f commit f6f89c0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.circleci/config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@ jobs:
1616
source $BASH_ENV
1717
- run:
1818
name: Setup melos
19+
shell: /bin/bash
1920
command: |
2021
flutter pub global activate melos
2122
melos --version
2223
melos bootstrap
23-
- run: melos run test
24-
- run: melos run gen_coverage
24+
- run:
25+
name: Run Test Suite
26+
shell: /bin/bash
27+
command: melos run test
28+
- run:
29+
name: Generate Coverage Report
30+
shell: /bin/bash
31+
command: melos run gen_coverage
2532
- codecov/upload:
2633
file: coverage_report/lcov.info

0 commit comments

Comments
 (0)