Skip to content

Commit fee8faf

Browse files
authored
chore(CI): disable e2e workflows temporarily (#2999)
## Description These do not bring any value right now, since all of them fail due to detox not supporting recent version of react-native. We should enable these back once detox releases support for [email protected]+. Right now, I believe its better to avoid wasting CI time. ## Test code and steps to reproduce e2e CI should not run ## Checklist - [ ] Ensured that CI passes
1 parent cdfd149 commit fee8faf

File tree

4 files changed

+0
-54
lines changed

4 files changed

+0
-54
lines changed

.github/workflows/android-e2e-test-fabric.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
name: Test Android e2e - new architecture
22
on:
3-
pull_request:
4-
branches:
5-
- main
6-
paths:
7-
- '.github/workflows/android-e2e-test-fabric.yml'
8-
- 'package.json'
9-
- 'android/**'
10-
- 'common/**'
11-
- 'FabricExample/**'
12-
- 'src/**'
13-
push:
14-
branches:
15-
- main
163
workflow_dispatch:
174
jobs:
185
test:

.github/workflows/android-e2e-test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
name: Test Android e2e - old architecture
22
on:
3-
pull_request:
4-
branches:
5-
- main
6-
paths:
7-
- '.github/workflows/android-e2e-test.yml'
8-
- 'package.json'
9-
- 'android/**'
10-
- 'common/**'
11-
- 'Example/**'
12-
- 'src/**'
13-
push:
14-
branches:
15-
- main
163
workflow_dispatch:
174
jobs:
185
test:

.github/workflows/ios-e2e-test-fabric.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
name: Test iOS e2e - new architecture
22
on:
3-
pull_request:
4-
branches:
5-
- main
6-
paths:
7-
- '.github/workflows/ios-e2e-test-fabric.yml'
8-
- 'RNScreens.podspec'
9-
- 'package.json'
10-
- 'ios/**'
11-
- 'common/**'
12-
- 'FabricExample/**'
13-
- 'src/**'
14-
push:
15-
branches:
16-
- main
173
workflow_dispatch:
184
jobs:
195
test:

.github/workflows/ios-e2e-test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
name: Test iOS e2e - old architecture
22
on:
3-
pull_request:
4-
branches:
5-
- main
6-
paths:
7-
- '.github/workflows/ios-e2e-test.yml'
8-
- 'RNScreens.podspec'
9-
- 'package.json'
10-
- 'ios/**'
11-
- 'common/**'
12-
- 'Example/**'
13-
- 'src/**'
14-
push:
15-
branches:
16-
- main
173
workflow_dispatch:
184
jobs:
195
test:

0 commit comments

Comments
 (0)