Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed May 30, 2024
1 parent e18f081 commit 14c6e0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nitrogen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
working-directory: nitrogen_flutter_svg
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze --fatal-warnings
- uses: subosito/[email protected]
- run: flutter pub get
- run: flutter analyze

test-nitrogen-lottie:
name: Run nitrogen_lottie tests
Expand All @@ -56,9 +56,9 @@ jobs:
working-directory: nitrogen_lottie
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze --fatal-warnings
- uses: subosito/[email protected]
- run: flutter pub get
- run: flutter analyze

test-nitrogen-types:
name: Run nitrogen_types tests
Expand Down

0 comments on commit 14c6e0d

Please sign in to comment.