Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(all): Update integration tests configuration #2740

Merged
merged 9 commits into from
Apr 29, 2024
2 changes: 1 addition & 1 deletion .github/workflows/android_alarm_manager_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [21, 26, 31]
android-api-level: [22, 26, 31, 34]

steps:
- name: "Checkout repository"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_intent_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 22, 26, 31 ]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/battery_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 22, 26, 31 ]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
with:
model: "iPhone 14"
model: "iPhone 15"
- name: "Run Integration Test"
run: ./.github/workflows/scripts/integration-test.sh ios battery_plus_example

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/connectivity_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 21, 26, 31 ]
android-api-level: [ 21, 26, 31, 34]

steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
model: 'iPhone 15'
- name: "Run Integration Test"
run: ./.github/workflows/scripts/integration-test.sh ios connectivity_plus_example

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/device_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 22, 26, 31 ]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
model: 'iPhone 15'
- name: "Run Integration Test"
run: ./.github/workflows/scripts/integration-test.sh ios device_info_plus_example

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/network_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 22, 26, 31 ]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
model: 'iPhone 15'
- name: "Run Integration Test"
run: ./.github/workflows/scripts/integration-test.sh ios network_info_plus_example

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 22, 26, 31 ]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
model: 'iPhone 15'
- name: "Run Integration Test"
run: ./.github/workflows/scripts/integration-test.sh ios package_info_plus_example

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sensors_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 22, 26, 31 ]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
model: 'iPhone 15'
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Run Integration Test"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/share_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
android-api-level: [ 22, 26, 31 ]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
model: 'iPhone 15'
- name: "Run Integration Test"
run: ./.github/workflows/scripts/integration-test.sh ios share_plus_example

Expand Down