Skip to content

Commit

Permalink
update ci/di
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed May 12, 2023
1 parent 1fe2063 commit e612c80
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@ jobs:
- run: flutter pub get
- run: cd example; flutter build ios --no-codesign

test_iOS_No_Pay:
name: Test iOS no_pay on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
architecture: x64
- run: flutter pub get
- run: |
cd example
sed -i.bak0 's/# no_pay: true/ no_pay: true/' pubspec.yaml
flutter build ios --no-codesign
test_android:
name: Test android on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e612c80

Please sign in to comment.