| #
c627e13d |
| 03-Jul-2023 |
Douglas Lowder <[email protected]> |
Remove unneeded .ruby-version file (#23237)
|
| #
e66e0f7d |
| 01-Jul-2023 |
Kudo Chien <[email protected]> |
[ci] trying to fix flaky ios unit test ci (#23245)
# Why
flaky ios unit test ci from timeout: https://github.com/expo/expo/actions/runs/5427238787/jobs/9870870707
# How
- use macos 13
- us
[ci] trying to fix flaky ios unit test ci (#23245)
# Why
flaky ios unit test ci from timeout: https://github.com/expo/expo/actions/runs/5427238787/jobs/9870870707
# How
- use macos 13
- use xcode 14.3
- use iphone 14 pro simulator for unit tests
though it still having timeout, be seems better without exceeding the 24s timeout
show more ...
|
| #
383b651e |
| 25-Apr-2023 |
Kudo Chien <[email protected]> |
[ci] avd api 33 (#22216)
# Why
our `targetSdkVersion` is now 33, we should update the emulator for 33 as well.
# How
- update api to 33
- introduce `use-android-emulator` action and remove
[ci] avd api 33 (#22216)
# Why
our `targetSdkVersion` is now 33, we should update the emulator for 33 as well.
# How
- update api to 33
- introduce `use-android-emulator` action and remove the emulator from expo-caches action. that would put all emulator settings in a single place. other than that, i noticed that emulator booting from snapshot is not quite stable. it just reduces about two minutes and waste cache disk size. this pr also removes the emulator cache.
- based on #22214, we can now build apks on ubuntu runners and then run tests on macos runner. that would save the macos runner limit a little bit.
> **Note**
google only provides api-33 emulator image with google_apis target and [it's not very stable](https://github.com/ReactiveCircus/android-emulator-runner/discussions/286#discussioncomment-4028889). it sometimes has the SystemUI ANR. i've tried as much as i can to supress the SystemUI ANR error. if the error rate is too high, i will disable the slack notification for test-suite android-test failures.
# Test Plan
- ci passed
- android instrumentation test is also broken on main. will follow up in a separated pr.
show more ...
|
| #
7b5d4716 |
| 09-Nov-2022 |
Douglas Lowder <[email protected]> |
Update workflows for Xcode 14 (#19940)
|
| #
58f238aa |
| 04-May-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] update Android API version for AVDs on CI (#17278)
|
| #
fc12ed2d |
| 28-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] add local composite actions for CI, refactor workflows (#17162)
|
| #
4af7344c |
| 12-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] update most of GitHub actions used in workflows (#17003)
|
| #
ae2ea9f2 |
| 10-Feb-2022 |
Łukasz Kosmaty <[email protected]> |
[dev-client][e2e] Save artifacts (#16236)
# Why
Saves e2e artifacts on failures (UI hierarchy and screenshots).
# How
Used detox API to do it.
> Alos, I've fixed some CI problems too.
[dev-client][e2e] Save artifacts (#16236)
# Why
Saves e2e artifacts on failures (UI hierarchy and screenshots).
# How
Used detox API to do it.
> Alos, I've fixed some CI problems too.
# Test Plan
- https://github.com/expo/expo/actions/runs/1818309383
show more ...
|
| #
46843043 |
| 26-Jan-2022 |
Brent Vatne <[email protected]> |
[github] Update default branch to main
|
| #
8513c0b1 |
| 06-Sep-2021 |
Łukasz Kosmaty <[email protected]> |
[dev-client] Add detox e2e tests (#14027)
# Why
Adds detox e2e tests.
Fixes ENG-1611.
Needs:
- [x] https://github.com/expo/expo/pull/14025
- [x] https://github.com/expo/expo/pull/14026
- [
[dev-client] Add detox e2e tests (#14027)
# Why
Adds detox e2e tests.
Fixes ENG-1611.
Needs:
- [x] https://github.com/expo/expo/pull/14025
- [x] https://github.com/expo/expo/pull/14026
- [x] test-runner
# How
Uses a new tool to set up detox tests.
show more ...
|