mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
typo in macos version
This commit is contained in:
parent
94d659fee8
commit
41c783d7a2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_check.yml
vendored
4
.github/workflows/pr_check.yml
vendored
|
@ -117,9 +117,9 @@ jobs:
|
||||||
|
|
||||||
- name: Launch iOS simulator
|
- name: Launch iOS simulator
|
||||||
uses: futureware-tech/simulator-action@v3
|
uses: futureware-tech/simulator-action@v3
|
||||||
if: ${{ matrix.os == 'macos-11' }}
|
if: ${{ matrix.os == 'macos-13' }}
|
||||||
with:
|
with:
|
||||||
model: "iPhone 12"
|
model: "iPhone 12"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
if: ${{ matrix.os == 'macos-11' }}
|
if: ${{ matrix.os == 'macos-13' }}
|
||||||
run: flutter test integration_test --flavor dev --dart-define cameraStubImage=assets/camera_stub_image.jpg
|
run: flutter test integration_test --flavor dev --dart-define cameraStubImage=assets/camera_stub_image.jpg
|
||||||
|
|
Loading…
Reference in a new issue