Skip to content

Commit

Permalink
Fix failing nitrogen builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed May 30, 2024
1 parent c6abc44 commit 34f3570
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/nitrogen.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
name: Nitrogen Unit Tests
on:
push:
paths: [ nitrogen/**, .github/workflows/nitrogen.yaml ]
paths:
- nitrogen/**
- nitrogen_flutter_svg/**
- nitrogen_lottie/**
- nitrogen_types/**
- .github/workflows/nitrogen.yaml

pull_request:
paths: [ nitrogen/**, .github/workflows/nitrogen.yaml ]
paths:
- nitrogen/**
- nitrogen_flutter_svg/**
- nitrogen_lottie/**
- nitrogen_types/**
- .github/workflows/nitrogen.yaml

jobs:
test-nitrogen:
name: Run unit tests
name: Run nitrogen tests
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -27,7 +37,7 @@ jobs:
files: ./nitrogen/coverage/lcov.info

test-nitrogen-flutter-svg:
name: Run unit tests
name: Run nitrogen_flutter_svg tests
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -39,7 +49,7 @@ jobs:
- run: dart analyze --fatal-warnings

test-nitrogen-lottie:
name: Run unit tests
name: Run nitrogen_lottie tests
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -51,7 +61,7 @@ jobs:
- run: dart analyze --fatal-warnings

test-nitrogen-types:
name: Run unit tests
name: Run nitrogen_types tests
runs-on: ubuntu-latest
defaults:
run:
Expand Down
4 changes: 4 additions & 0 deletions nitrogen_types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+1

* Remove accidental on Flutter SDK

## 0.2.0

* Change `UnknownAsset` to `GenericAsset`.
Expand Down
2 changes: 1 addition & 1 deletion nitrogen_types/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nitrogen_types
description: Companion library for Nitrogen. Provides shared types that generated bindings use.

version: 0.2.0
version: 0.2.0+1
homepage: https://github.com/forus-labs/cauldron/tree/master/nitrogen
repository: https://github.com/forus-labs/cauldron/

Expand Down

0 comments on commit 34f3570

Please sign in to comment.