From 85b9b8d4d018e6d97ada6f6bd4410f753d9de8d9 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Fri, 29 Mar 2024 09:57:38 -0700 Subject: [PATCH] Skip Macro Validation (#58) # Skip Macro Validation ## :gear: Release Notes - Skip Macro Validation ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md). Signed-off-by: Paul Schmiedmayer --- .github/workflows/xcodebuild-or-fastlane.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/xcodebuild-or-fastlane.yml b/.github/workflows/xcodebuild-or-fastlane.yml index ac07435..e6adf3f 100644 --- a/.github/workflows/xcodebuild-or-fastlane.yml +++ b/.github/workflows/xcodebuild-or-fastlane.yml @@ -363,6 +363,7 @@ jobs: CODE_SIGN_IDENTITY="" \ OTHER_SWIFT_FLAGS="\$(inherited) $ENABLE_TESTING_FLAG" \ -skipPackagePluginValidation \ + -skipMacroValidation \ | xcpretty - name: Fastlane if: ${{ inputs.fastlanelane != '' }}