Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip example deps in CI
Browse files Browse the repository at this point in the history
FZambia committed Jan 25, 2025

Verified

This commit was signed with the committer’s verified signature.
FZambia Alexander Emelin
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
@@ -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

0 comments on commit 1d620d9

Please sign in to comment.