Skip to content

Commit f20a4a6

Browse files
Saadnajmiclaude
andcommitted
Add build-spm job to microsoft-pr.yml for 0.81-stable
The SPM workflow is triggered via workflow_call from microsoft-pr.yml, which was missing on 0.81-stable. Add the build-spm job so CI runs the SPM pipeline on PRs targeting this branch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 99bf47d commit f20a4a6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/microsoft-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ jobs:
132132
permissions: {}
133133
uses: ./.github/workflows/microsoft-build-rntester.yml
134134

135+
build-spm:
136+
name: "Build SPM"
137+
permissions: {}
138+
uses: ./.github/workflows/microsoft-build-spm.yml
139+
135140
test-react-native-macos-init:
136141
name: "Test react-native-macos init"
137142
permissions: {}
@@ -156,6 +161,7 @@ jobs:
156161
- yarn-constraints
157162
- javascript-tests
158163
- build-rntester
164+
- build-spm
159165
- test-react-native-macos-init
160166
# - react-native-test-app-integration
161167
steps:

0 commit comments

Comments
 (0)