mollyIV
mollyIV
In order to speed up the pipelines execution time, we cache `mint` packages on CI machine. The location of cached packages: ``` /usr/local/lib/mint/packages ``` Recently, when we added a new...
## Context 🕵️♀️ While working on `tuist test` command improvements, the idea of reworking "pruning" concept has been born. Feel free to check [the original discussion](https://github.com/tuist/tuist/pull/2832#discussion_r622820343) to get more details....
### Motivation and Context `carthage outdated --xcode-warnings` (Xcode build phase) command fetches the dependencies each time when executed. In order to improve the performance of the command, we'd like to...
I'd like to gather the test coverage statistics for a given target in a project. The Xcode version that I use is **12.4**. I did run tests for a project...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
### Introduction Based on [the proposal](https://github.com/fastlane/fastlane/issues/15078), we would like to migrate to GitHub Actions. This will bring a bunch of improvements: * well tested and small, single job focused code...
### Description The `communicate-on-pull-request-merged` GitHub Action [fails in most cases](https://github.com/fastlane/fastlane/actions?query=workflow%3A%22Processing+pull+requests%22) [due to](https://github.com/fastlane/fastlane/commit/ead1afd0dd2703bae718c68c42b622cc51386618/checks?check_suite_id=391938807): ```bash ##[error]Input required and not supplied: repo-token ##[error]Docker run failed with exit code 1 ``` It turns out...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
## Summary Description: - Tool repo URL: https://github.com/fastlane/fastlane - Plugin repo URL: https://github.com/mollyIV/asdf-fastlane ## Checklist - [x] Format with `scripts/format.bash` - [x] Test locally with `scripts/test_plugin.bash --file plugins/` - [x]...
### What happened? Local Swift Macro Package.resolved file is being polluted by other Swift package dependencies during project generation. [framework_with_swift_macro.zip](https://github.com/user-attachments/files/17227586/framework_with_swift_macro.zip) ### How do we reproduce it? 1. Use the attached...