Skip to content

Commit

Permalink
refactor(all): Update integration tests configuration (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Apr 29, 2024
1 parent 2e1a394 commit aa70b33
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
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

0 comments on commit aa70b33

Please sign in to comment.