diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b3b47731..ea3f4c0a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,22 +60,22 @@ jobs: - run: cp lib/dummy_dsn.dart lib/dsn.dart - run: flutter build apk --debug - #ios: - # runs-on: macos-latest - # - # steps: - # - name: Checkout code - # uses: actions/checkout@v2 - # with: - # submodules: recursive - # - name: Setup Java - # uses: actions/setup-java@v1 - # with: - # java-version: '12.x' - # - name: Setup Flutter - # uses: subosito/flutter-action@v1 - # with: - # flutter-version: '2.2.3' - # - run: flutter pub get - # - run: cp lib/dummy_dsn.dart lib/dsn.dart - # - run: flutter build ios --release --no-codesign + ios: + runs-on: macos-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + submodules: recursive + - name: Setup Java + uses: actions/setup-java@v1 + with: + java-version: '12.x' + - name: Setup Flutter + uses: subosito/flutter-action@v1 + with: + flutter-version: '2.10.3' + - run: flutter pub get + - run: cp lib/dummy_dsn.dart lib/dsn.dart + - run: flutter build ios --release --no-codesign