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

update build_test.yml

上级 63fc8074
...@@ -19,11 +19,7 @@ jobs: ...@@ -19,11 +19,7 @@ jobs:
with: with:
channel: stable channel: stable
- run: flutter pub get - run: flutter pub get
- run: cd example - run: cd example; flutter build ios --no-codesign
- run: cd ios
- run: pod update WechatOpenSDK-XCFramework
- run: cd ..
- 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 }}
...@@ -40,9 +36,6 @@ jobs: ...@@ -40,9 +36,6 @@ 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
cd ios
pod update OpenWeChatSDKNoPay
cd ..
flutter build ios --no-codesign flutter build ios --no-codesign
test_android: test_android:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论