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 63fc807 commit b6621b1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
with:
channel: stable
- run: flutter pub get
- run: cd example
- run: cd ios
- run: pod update WechatOpenSDK-XCFramework
- run: cd ..
- run: flutter build ios --no-codesign
- run: cd example; flutter build ios --no-codesign

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

0 comments on commit b6621b1

Please sign in to comment.