Fix the Update Acknowledgements renovate dependencies update workflow step by building the project instead of just resolving the dependencies
This commit is contained in:
4
.github/workflows/renovate-xcodegen.yml
vendored
4
.github/workflows/renovate-xcodegen.yml
vendored
@@ -41,8 +41,8 @@ jobs:
|
|||||||
- name: Run XcodeGen
|
- name: Run XcodeGen
|
||||||
run: xcodegen
|
run: xcodegen
|
||||||
|
|
||||||
- name: Resolve package dependencies
|
- name: Resolve dependencies and build the project
|
||||||
run: xcodebuild -resolvePackageDependencies -project ElementX.xcodeproj
|
run: xcodebuild -scheme ElementX -project ElementX.xcodeproj -destination 'generic/platform=iOS Simulator' build
|
||||||
|
|
||||||
- name: Update Acknowledgements
|
- name: Update Acknowledgements
|
||||||
run: swift-package-list ElementX.xcodeproj --requires-license --ignore-package compound-ios --ignore-package compound-design-tokens --ignore-package matrix-rich-text-editor-swift --ignore-package element-call-swift --output-type settings-bundle --output-path ElementX/SupportingFiles
|
run: swift-package-list ElementX.xcodeproj --requires-license --ignore-package compound-ios --ignore-package compound-design-tokens --ignore-package matrix-rich-text-editor-swift --ignore-package element-call-swift --output-type settings-bundle --output-path ElementX/SupportingFiles
|
||||||
|
|||||||
Reference in New Issue
Block a user