Skip to content

Commit

Permalink
Disable package plugin validation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathebox committed Jun 27, 2023
1 parent 8d2542e commit c0631c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Copy brand assets
run: cp -R ./iOS/Branding/openHPI/assets-ios-brand.xcassets ./iOS/assets-ios-brand.generated.xcassets

- name: Disable package plugin validation
run: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES

- name: Build + Test
run: bundle exec fastlane run scan scheme:"${scheme}" clean:true
env:
Expand All @@ -47,6 +50,9 @@ jobs:

- name: Copy brand assets
run: cp -R ./iOS/Branding/openHPI/assets-ios-brand.xcassets ./iOS/assets-ios-brand.generated.xcassets

- name: Disable package plugin validation
run: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES

- name: Build + Test
run: bundle exec fastlane run scan scheme:"${scheme}" clean:true
Expand Down

0 comments on commit c0631c6

Please sign in to comment.