Skip to content

Commit 1d620d9

Browse files
committed
skip example deps in CI
1 parent 7eb2624 commit 1d620d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sdk: ${{ matrix.sdk }}
1919

2020
- name: Install dependencies
21-
run: dart pub get
21+
run: dart pub get --no-example
2222

2323
- name: Install coveralls
2424
run: sudo gem install coveralls-lcov

0 commit comments

Comments
 (0)