Skip to content

Commit 0da0643

Browse files
committed
ci redness
1 parent 64303ec commit 0da0643

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/native.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- run: dart pub get -C test_data/native_add/
6464
if: ${{ matrix.package == 'native_assets_builder' }}
6565

66+
- run: dart pub get -C test_data/native_add_duplicate/
67+
if: ${{ matrix.package == 'native_assets_builder' }}
68+
6669
- run: dart pub get -C test_data/native_add_v1_0_0/
6770
if: ${{ matrix.package == 'native_assets_builder' }}
6871

pkgs/native_assets_builder/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.8.3-wip
22

3-
- Added a validation step on the output of the build and link hooks.
3+
- Added a validation step on the output of the build and link hooks (both as a
4+
per package, and as in all the packages together).
45

56
## 0.8.2
67

0 commit comments

Comments
 (0)