Skip to content

Commit

Permalink
Try to find ooyut where Github runners store the brew files
Browse files Browse the repository at this point in the history
  • Loading branch information
Drag0ndust committed Nov 21, 2023
1 parent 867c1b6 commit 92799af
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,16 @@ jobs:
with:
xcode-version: latest-stable

- if: ${{ steps.cache-ruby.outputs.cache-hit != 'true' }}
name: Update Gem Dependencies
- name: Install Gem Dependencies
if: ${{ steps.cache-ruby.outputs.cache-hit != 'true' }}
run: bundle install --path vendor/bundle

- if: ${{ steps.cache-homebrew.outputs.cache-hit != 'true' }}
name: Install Homebrew Dependencies/
- name: Install Homebrew Dependencies/
if: ${{ steps.cache-homebrew.outputs.cache-hit != 'true' }}
run: brew bundle

- name: List Homebrew directory
run: brew --prefix swiftformat

- name: Run Unit Tests
run: bundle exec fastlane ios unit_tests

0 comments on commit 92799af

Please sign in to comment.