Skip to content

Commit

Permalink
Set timeout for building xcode
Browse files Browse the repository at this point in the history
rename step
  • Loading branch information
mikaelacaron committed Oct 8, 2024
1 parent a27aaaf commit 8986022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Enable Build Tools
run: cp fastlane/enable-build-tool-plugins.json ~/Library/org.swift.swiftpm/security/plugins.json

- name: Update dependencies
- name: Install dependencies
run: bundle install

- name: Install build log formatter
run: brew install xcbeautify

- name: Run Unit Tests
run: bundle exec fastlane unit_tests
run: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=60 bundle exec fastlane unit_tests

0 comments on commit 8986022

Please sign in to comment.