Skip to content

Commit

Permalink
Merge 8150526 into c968ff9
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Feb 21, 2023
2 parents c968ff9 + 8150526 commit a660c4f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: ["android"] # "ios" will be added after codegen is fixed
platform: ["android", "ios"]
include:
- platform: android
command: |
cd sample-new-architecture/android
./gradlew generateCodegenArtifactsFromSchema
- platform: ios
command: |
cd sample-new-architecture
node node_modules/react-native/scripts/generate-codegen-artifacts.js \
--path . \
--outputPath ios/codegen
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit a660c4f

Please sign in to comment.