提交 a631b109 authored 作者: JarvanMo's avatar JarvanMo

update build_test.yml

上级 5f20c525
...@@ -19,7 +19,9 @@ jobs: ...@@ -19,7 +19,9 @@ jobs:
with: with:
channel: stable channel: stable
- run: flutter pub get - 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: test_iOS_No_Pay:
name: Test iOS no_pay on ${{ matrix.os }} name: Test iOS no_pay on ${{ matrix.os }}
...@@ -36,6 +38,7 @@ jobs: ...@@ -36,6 +38,7 @@ jobs:
- run: | - run: |
cd example cd example
sed -i.bak0 's/# no_pay: true/ no_pay: true/' pubspec.yaml sed -i.bak0 's/# no_pay: true/ no_pay: true/' pubspec.yaml
pod update OpenWeChatSDKNoPay
flutter build ios --no-codesign flutter build ios --no-codesign
test_android: test_android:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论