Skip to content

Commit 8619daf

Browse files
Fix: build-Windows-app depends on unknown job verify
The root cause was that when merging Windows example app, the CI config was already using another name for the example app sources checks. Confict were not found, so this build passed on PR, but merged changes caused the naming to be desynchronized. The fix is to align the dependency for Windows example app build.
1 parent 32cadf0 commit 8619daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ReactNativeSlider-CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
build-Windows-app:
207207
name: Build example app Windows
208208
runs-on: windows-latest
209-
needs: [verify]
209+
needs: [verify-example-sources]
210210
steps:
211211
- name: Ensure the cross-platform Git on Windows
212212
run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)