Skip to content

Commit

Permalink
update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Mar 21, 2024
1 parent 5f20c52 commit a631b10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
channel: stable
- run: flutter pub get
- run: cd example; flutter build ios --no-codesign
- run: cd example
- run: pod update WechatOpenSDK-XCFramework
- run: flutter build ios --no-codesign

test_iOS_No_Pay:
name: Test iOS no_pay on ${{ matrix.os }}
Expand All @@ -36,6 +38,7 @@ jobs:
- run: |
cd example
sed -i.bak0 's/# no_pay: true/ no_pay: true/' pubspec.yaml
pod update OpenWeChatSDKNoPay
flutter build ios --no-codesign
test_android:
Expand Down

0 comments on commit a631b10

Please sign in to comment.