mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
use proper android device name
This commit is contained in:
parent
06712b8a2e
commit
94d659fee8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_check.yml
vendored
4
.github/workflows/pr_check.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-11]
|
||||
os: [ubuntu-latest, macos-13]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -112,7 +112,7 @@ jobs:
|
|||
api-level: 33
|
||||
target: default
|
||||
arch: x86_64
|
||||
profile: Pixel 6
|
||||
profile: pixel_6
|
||||
script: flutter test integration_test --flavor dev --dart-define cameraStubImage=assets/camera_stub_image.jpg
|
||||
|
||||
- name: Launch iOS simulator
|
||||
|
|
Loading…
Reference in a new issue