Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:

- name: Run pub get, analysis, formatting, generators, and tests.
# Don't run examples on stable, the experiment is not available on stable.
run: dart tool/ci.dart --pub --coverage --no-example
run: dart tool/ci.dart --all --no-example
if: ${{ matrix.sdk == 'stable' }}

- name: Run pub get, analysis, formatting, generators, tests, and examples.
run: dart tool/ci.dart --pub --coverage
run: dart tool/ci.dart --all
if: ${{ matrix.sdk != 'stable' }}

- name: Upload coverage
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ app.*.symbols

# Obfuscation related
app.*.map.json

# Gemini
gemini.md
Loading
Loading