Skip to content

Commit

Permalink
feat: additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Jan 6, 2023
1 parent abc3bd8 commit 519cc41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-drive-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [21, 29]
api-level: [21, 29, 31]
target: [default]
fail-fast: true
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/flutter-drive-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
device:
- "iPhone 8"
- "iPhone 11 Pro Max"
- "iPhone 13 Pro Max"
fail-fast: true
runs-on: macOS-latest
runs-on: macos-latest
steps:
- name: Start Simulator
run: |
UDID=$(xcrun instruments -s | awk -F ' *[][]' -v 'device=${{ matrix.device }}' '$1 ~ device { print $2 }' | awk 'NR==1')
xcrun simctl boot "${UDID:?No Simulator with this name found}"
- uses: futureware-tech/simulator-action@v2
with:
model: ${{ matrix.device }}
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
Expand Down

0 comments on commit 519cc41

Please sign in to comment.