Skip to content

Commit

Permalink
skip example deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 25, 2025
1 parent 7eb2624 commit 1d620d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sdk: ${{ matrix.sdk }}

- name: Install dependencies
run: dart pub get
run: dart pub get --no-example

- name: Install coveralls
run: sudo gem install coveralls-lcov
Expand Down

0 comments on commit 1d620d9

Please sign in to comment.