Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnovsky committed Oct 30, 2024
1 parent d18060d commit 335d1c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ blocks:
- name: Build Xcode Project + Swift Unit Test
commands:
- bundle install
- fastlane build
- fastlane test
- bundle exec fastlane build
- bundle exec fastlane test
epilogue:
always:
commands:
- cd /var/tmp/derived_data/Build/Products/Debug-iphonesimulator && cache store FlowCrypt-$SEMAPHORE_GIT_SHA.app FlowCrypt.app
- name: TypeScript tests
dependencies: []
run:
when: "change_in('/', {exclude: ['/appium/package.json', '/appium/package-lock.json']})"
when: "change_in('/', {exclude: ['/appium/package.json', '/appium/package-lock.json', '/.github/dependabot.yml']})"
execution_time_limit:
minutes: 5
task:
Expand Down

0 comments on commit 335d1c7

Please sign in to comment.