Skip to content

Commit 80f6d26

Browse files
kligarskikkafar
authored andcommitted
chore(CI): add Paper CI for main-labs, use RNS_GAMMA_ENABLED=0 (#276)
## Description Adds CI for Paper on main-labs with `RNS_GAMMA_ENABLED=0` ## Changes - add `main-labs` branch to Paper CI - set env variable`RNS_GAMMA_ENABLED` to 0 for Paper CI ## Test code and steps to reproduce Run CI. ## Checklist - [x] Included code example that can be used to test this change - [ ] Ensured that CI passes
1 parent 55d8cb8 commit 80f6d26

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches:
55
- main
6+
- main-labs
67
paths:
78
- 'android/**'
89
- 'package.json'
@@ -11,13 +12,15 @@ on:
1112
push:
1213
branches:
1314
- main
15+
- main-labs
1416
workflow_dispatch:
1517
jobs:
1618
build:
1719
runs-on: ubuntu-latest
1820
timeout-minutes: 60
1921
env:
2022
WORKING_DIRECTORY: Example
23+
RNS_GAMMA_ENABLED: 0
2124
concurrency:
2225
group: android-${{ github.ref }}
2326
cancel-in-progress: true

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches:
55
- main
6+
- main-labs
67
paths:
78
- '.github/workflows/ios-build-test.yml'
89
- 'RNScreens.podspec'
@@ -13,13 +14,15 @@ on:
1314
push:
1415
branches:
1516
- main
17+
- main-labs
1618
workflow_dispatch:
1719
jobs:
1820
build:
1921
runs-on: macos-14
2022
timeout-minutes: 60
2123
env:
2224
WORKING_DIRECTORY: Example
25+
RNS_GAMMA_ENABLED: 0
2326
concurrency:
2427
group: ios-${{ github.ref }}
2528
cancel-in-progress: true

0 commit comments

Comments
 (0)