We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb2624 commit 1d620d9Copy full SHA for 1d620d9
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
sdk: ${{ matrix.sdk }}
19
20
- name: Install dependencies
21
- run: dart pub get
+ run: dart pub get --no-example
22
23
- name: Install coveralls
24
run: sudo gem install coveralls-lcov
0 commit comments