From b6621b11167f878f8d542f81be5b3f46c9c19e26 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Thu, 21 Mar 2024 20:15:23 +0800 Subject: [PATCH] update build_test.yml --- .github/workflows/build_test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 77bab1a1..d2923723 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 }} @@ -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: