Skip to content

Commit

Permalink
Merge branch 'rn-parameterize-build-test' of https://github.com/aws-a…
Browse files Browse the repository at this point in the history
…mplify/amplify-ui into poc-rn-parameterize-build-test
  • Loading branch information
esauerbo committed Nov 6, 2024
2 parents 4c5051a + 56a973a commit 0ad1ba6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-build-system-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,31 @@ jobs:
- framework: react-native
framework-version: { formatted: 070, value: "0.70" }
build-tool: expo
build-tool-version: 47.0.0
build-tool-version: 47
platform: android
pkg-manager: npm
node-version: 20
logfile: test.log
- framework: react-native
framework-version: { formatted: 071, value: "0.71" }
build-tool: expo
build-tool-version: 48.0.0
build-tool-version: 48
platform: android
pkg-manager: npm
node-version: 20
logfile: test.log
- framework: react-native
framework-version: { formatted: 072, value: "0.72" }
build-tool: expo
build-tool-version: 49.0.0
build-tool-version: 49
platform: android
pkg-manager: npm
node-version: 20
logfile: test.log
- framework: react-native
framework-version: { formatted: 073, value: "0.73" }
build-tool: expo
build-tool-version: 50.0.0
build-tool-version: 50
platform: android
pkg-manager: npm
node-version: 20
Expand All @@ -83,7 +83,7 @@ jobs:
- { formatted: 074, value: "0.74" }
- { formatted: 075, value: "0.75" }
build-tool: expo
build-tool-version: 51.0.0
build-tool-version: 51
platform: android
pkg-manager: npm
node-version: 20
Expand Down

0 comments on commit 0ad1ba6

Please sign in to comment.