Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 8, 2024
1 parent e7e42e9 commit c23f67d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
strategy:
matrix:
sdk: [stable, dev] # {pkgs.versions}
dependencies: [path, published]
include:
- sdk: dev
run-tests: false
dependencies: path
- sdk: stable
run-tests: true
dependencies: [path, published]
dependencies: published

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
Expand All @@ -41,6 +45,7 @@ jobs:
- run: dart pub get

- run: (cd example_json; dart pub get)
if: ${{ matrix.dependencies == 'path' }}

- run: dart analyze --fatal-infos

Expand Down

0 comments on commit c23f67d

Please sign in to comment.