Skip to content

Commit

Permalink
no CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 8, 2025
1 parent ac87358 commit 82ea46b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/puppy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
sdk: ${{ matrix.sdk }}

- run: dart pub get

- run: dart analyze --fatal-infos

- run: dart format --output=none --set-exit-if-changed .
if: ${{ matrix.sdk == 'dev' }}

- run: dart test
# TODO: enable when there are tests!
#- run: dart test

0 comments on commit 82ea46b

Please sign in to comment.