Skip to content

Commit

Permalink
[github-actions] setup conditional builds
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr authored Apr 24, 2024
1 parent 45aee9f commit 474be70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ios_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
brew update
pip3 install virtualenv pipenv
- name: Build app
if: ${{ ! test /Users/runner/Library/Developer/Xcode/DerivedData/Client-*/ }}
run: |
cd firefox-ios
xcodebuild build-for-testing -project Client.xcodeproj -scheme Fennec -configuration Fennec -sdk iphonesimulator -quiet -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
Expand Down

0 comments on commit 474be70

Please sign in to comment.