Skip to content

Commit

Permalink
updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 29, 2023
1 parent a1453a6 commit c4d5462
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Get Flutter dependencies in Core SDK
run: flutter pub get
working-directory: packages/hmssdk_flutter
- name: Get Flutter dependencies in Room Kit SDK
run: flutter pub get
working-directory: packages/hms_room_kit
- name: Dart Format
run: dart format .
- name: Dart Fix
Expand All @@ -54,20 +57,12 @@ jobs:
uses: zgosalvez/github-actions-analyze-dart@v2
with:
working-directory: packages/hmssdk_flutter
- name: Check Publish Sanity for HMSSDK
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
package_directory: packages/hmssdk_flutter
skip_test: true
dry_run: true
- name: Check Publish Sanity for HMSSDK
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
package_directory: packages/hms_room_kit
skip_test: true
dry_run: true
- name: Check SDK Publish Sanity
run: |
cd packages/hmssdk_flutter
flutter pub publish --dry-run
cd ../hms_room_kit
flutter pub publish --dry-run
- name: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit c4d5462

Please sign in to comment.