Henning Hall
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with
13 additions and
0 deletions
-
.github/workflows/build-android.yml
-
.github/workflows/build-ios.yml
-
.github/workflows/test-android-e2e.yml
-
.github/workflows/test-android-unit.yml
-
.github/workflows/test-ios-e2e.yml
-
.github/workflows/test-js.yml
-
.maestro/display-text.yml
|
@ -17,6 +17,8 @@ jobs: |
|
|
app: app/build/outputs/apk/release |
|
|
app: app/build/outputs/apk/release |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
|
|
|
|
- uses: actions/cache@v3 |
|
|
- uses: actions/cache@v3 |
|
|
id: cache-android |
|
|
id: cache-android |
|
|
|
@ -16,6 +16,8 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
|
|
|
|
- uses: actions/cache@v3 |
|
|
- uses: actions/cache@v3 |
|
|
id: cache |
|
|
id: cache |
|
|
|
@ -26,6 +26,8 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
|
|
|
|
- uses: actions/cache@v3 |
|
|
- uses: actions/cache@v3 |
|
|
id: cache-android |
|
|
id: cache-android |
|
|
|
@ -11,6 +11,8 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
|
|
|
|
- uses: actions/setup-java@v3 |
|
|
- uses: actions/setup-java@v3 |
|
|
with: |
|
|
with: |
|
|
|
@ -16,6 +16,8 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
|
|
|
|
- uses: actions/cache@v3 |
|
|
- uses: actions/cache@v3 |
|
|
id: cache |
|
|
id: cache |
|
|
|
@ -13,6 +13,8 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
ref: ${{ github.ref }} |
|
|
|
|
|
|
|
|
- name: Node |
|
|
- name: Node |
|
|
uses: actions/setup-node@v3 |
|
|
uses: actions/setup-node@v3 |
|
|
|
@ -1,6 +1,7 @@ |
|
|
appId: com.rn071 |
|
|
appId: com.rn071 |
|
|
tags: |
|
|
tags: |
|
|
- android |
|
|
- android |
|
|
|
|
|
- displayText |
|
|
--- |
|
|
--- |
|
|
- runFlow: |
|
|
- runFlow: |
|
|
file: utils/set-timezone.yml |
|
|
file: utils/set-timezone.yml |
|
|