Skip to content

Commit

Permalink
chore: add v0.76 and latest to React Native build system tests (#6285)
Browse files Browse the repository at this point in the history
* chore: add react native v0.76 build system tests to CI
* chore: add react native 'latest' to build system tests
  • Loading branch information
tiffanynwyeung authored Jan 8, 2025
1 parent dc8a205 commit daa2e9b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/reusable-build-system-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
framework: [react-native]
framework-version: [
# uncomment to enable
# { formatted: latest, value: latest },
{ formatted: latest, value: latest },
{ formatted: 076, value: 0.76 },
{ formatted: 075, value: 0.75 },
{ formatted: 074, value: 0.74 },
{ formatted: 073, value: 0.73 },
Expand All @@ -36,6 +37,9 @@ jobs:
exclude:
- build-tool: expo
platform: ios
- build-tool: expo
platform: android
framework-version: { formatted: '076', value: '0.76' }
- build-tool: expo
platform: android
framework-version: { formatted: '075', value: '0.75' }
Expand Down Expand Up @@ -102,6 +106,14 @@ jobs:
pkg-manager: npm
node-version: 20
logfile: test.log
- framework: react-native
framework-version: { formatted: 076, value: '0.76' }
build-tool: expo
build-tool-version: 52
platform: android
pkg-manager: npm
node-version: 20
logfile: test.log

env:
MEGA_APP_NAME: rn${{ matrix.framework-version.formatted }}${{ matrix.build-tool }}${{ matrix.build-tool-version }}${{ matrix.platform }}ui${{ inputs.dist-tag }}
Expand Down

0 comments on commit daa2e9b

Please sign in to comment.