Skip to content

Commit

Permalink
chore: enable e2e on ios, tvos, atv, android
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliusguzas committed Mar 7, 2024
1 parent e258801 commit 697516e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-harness-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-harness-android:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-harness-androidtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-harness-androidtv:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-harness-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-harness-ios:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-harness-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-harness-tvos:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-template-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-template-android:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-template-androidtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-template-androidtv:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-template-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-template-ios:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-template-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
# pull_request:
# types: [labeled]
pull_request:
types: [labeled]

jobs:
e2e-template-tvos:
Expand Down

0 comments on commit 697516e

Please sign in to comment.