Skip to content

Commit

Permalink
Remove directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Sep 20, 2024
1 parent 527c0c4 commit 7321fdc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,23 +219,18 @@ jobs:
bundler-cache: true

- name: List Available Schemes.
working-directory: ./ios
run: xcodebuild -list -project tv-maniac.xcodeproj

- name: Install dependencies with Bundler
working-directory: ./ios
run: bundle install

- name: Clear Derived Data
working-directory: ./ios
run: bundle exec fastlane ios clear_derived_data_lane

- name: Run UI Tests
working-directory: ./ios
run: bundle exec fastlane ui_tests

- name: Build iOS App
working-directory: ./ios
run: bundle exec fastlane build_tvmaniac


Expand Down

0 comments on commit 7321fdc

Please sign in to comment.