Skip to content

Commit

Permalink
Clean up PR
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Oct 3, 2023
1 parent 835b16c commit 05c0966
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ jobs:
strategy:
fail-fast: false
matrix:
avd-target: [google_apis]
include:
- avd-api-level: 21
avd-target: google_apis
flutter-version: 3.0.0
macos-version: macos-11
- avd-api-level: 34
avd-target: google_apis
flutter-version: 3.x
macos-version: macos-13
runs-on: ${{ matrix.macos-version }}
Expand Down Expand Up @@ -78,16 +77,14 @@ jobs:

ios_test:
name: iOS integration tests
continue-on-error: ${{ matrix.skip-tests }}
strategy:
fail-fast: false
matrix:
include:
- flutter-version: 3.0.0
macos-version: macos-11
skip-tests: true # flakiness
- flutter-version: 3.x
macos-version: macos-13
skip-tests: false
runs-on: ${{ matrix.macos-version }}

steps:
Expand All @@ -110,7 +107,6 @@ jobs:
key: example-ios-pods-${{ matrix.macos-version }}-${{ steps.flutter-action.outputs.VERSION }}-${{ hashFiles('example/ios/Podfile.lock') }}

- name: Create iOS simulator
if: ${{ !matrix.skip-tests }}
run: |
set -e
_runtime=$(xcrun simctl list runtimes ios -j | jq -r '.runtimes[-1]')
Expand All @@ -132,4 +128,3 @@ jobs:
working-directory: example

- run: ./example/integration_test/execute.sh
if: ${{ !matrix.skip-tests }}

0 comments on commit 05c0966

Please sign in to comment.