skip pub publish --dry-run for develop branch
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
|||||||
melos exec -c 3 --ignore="*example*" -- \
|
melos exec -c 3 --ignore="*example*" -- \
|
||||||
tuneup check
|
tuneup check
|
||||||
- name: 'Pub Check'
|
- name: 'Pub Check'
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
melos exec -c 1 --no-private --ignore="*example*" -- \
|
melos exec -c 1 --no-private --ignore="*example*" -- \
|
||||||
pub publish --dry-run
|
pub publish --dry-run
|
||||||
@@ -89,7 +90,7 @@ jobs:
|
|||||||
- uses: VeryGoodOpenSource/[email protected]
|
- uses: VeryGoodOpenSource/[email protected]
|
||||||
with:
|
with:
|
||||||
path: packages/stream_chat_persistence/coverage/lcov.info
|
path: packages/stream_chat_persistence/coverage/lcov.info
|
||||||
min_coverage: 0.2
|
min_coverage: 95
|
||||||
- uses: VeryGoodOpenSource/[email protected]
|
- uses: VeryGoodOpenSource/[email protected]
|
||||||
with:
|
with:
|
||||||
path: packages/stream_chat_flutter_core/coverage/lcov.info
|
path: packages/stream_chat_flutter_core/coverage/lcov.info
|
||||||
|
|||||||
Reference in New Issue
Block a user