Browse Source

chore: fix e2e / make sure correct branch is checked out (#767)

master
Henning Hall 1 year ago
committed by GitHub
parent
commit
37f653d9d0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
7 changed files with 13 additions and 0 deletions
  1. +2
    -0
      .github/workflows/build-android.yml
  2. +2
    -0
      .github/workflows/build-ios.yml
  3. +2
    -0
      .github/workflows/test-android-e2e.yml
  4. +2
    -0
      .github/workflows/test-android-unit.yml
  5. +2
    -0
      .github/workflows/test-ios-e2e.yml
  6. +2
    -0
      .github/workflows/test-js.yml
  7. +1
    -0
      .maestro/display-text.yml

+ 2
- 0
.github/workflows/build-android.yml View File

@ -17,6 +17,8 @@ jobs:
app: app/build/outputs/apk/release
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/cache@v3
id: cache-android

+ 2
- 0
.github/workflows/build-ios.yml View File

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/cache@v3
id: cache

+ 2
- 0
.github/workflows/test-android-e2e.yml View File

@ -26,6 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/cache@v3
id: cache-android

+ 2
- 0
.github/workflows/test-android-unit.yml View File

@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/setup-java@v3
with:

+ 2
- 0
.github/workflows/test-ios-e2e.yml View File

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/cache@v3
id: cache

+ 2
- 0
.github/workflows/test-js.yml View File

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Node
uses: actions/setup-node@v3

+ 1
- 0
.maestro/display-text.yml View File

@ -1,6 +1,7 @@
appId: com.rn071
tags:
- android
- displayText
---
- runFlow:
file: utils/set-timezone.yml

Loading…
Cancel
Save