Skip to content

Commit 5f8892d

Browse files
authored
melos #11: firebase remote config (#3139)
* Add melos setup and check only set up Dart for now * Update * Update] * Update] * Update * Update * Update * Fix CHANGELOG * Update gitignore * Fix symlink in CHANGELOG * Add logging to melos * Update * Update * Update * Update * Add dio to packages * Update workflow * Update * Update * Update * Update * Update * Add hive to packages * Update * Add file to packages * Add link to packages * Update * Update * Update * Update * Fix test * Fix test * Fix test * Fix test * Fix test * Add flutter to packages * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update
1 parent c51192f commit 5f8892d

19 files changed

+10
-9
lines changed

.github/workflows/firebase_remote_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
- '.github/workflows/analyze.yml'
1313
- '.github/actions/dart-test/**'
1414
- '.github/actions/coverage/**'
15-
- 'dart/**'
15+
- 'packages/dart/**'
1616
- 'packages/flutter/**'
17-
- 'firebase_remote_config/**'
17+
- 'packages/firebase_remote_config/**'
1818

1919
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
2020
concurrency:
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: ./.github/actions/flutter-test
3939
with:
40-
directory: firebase_remote_config
40+
directory: packages/firebase_remote_config
4141
web: false
4242

4343
# TODO: don't set coverage for now to finish publishing it
@@ -52,5 +52,5 @@ jobs:
5252
analyze:
5353
uses: ./.github/workflows/analyze.yml
5454
with:
55-
package: firebase_remote_config
55+
package: packages/firebase_remote_config
5656
sdk: flutter

firebase_remote_config/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

firebase_remote_config/dartdoc_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

firebase_remote_config/pubspec_overrides.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../CHANGELOG.md
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)