Skip to content

Commit

Permalink
temp: remove cache restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 committed Jan 8, 2025
1 parent 78c0424 commit 450347c
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 @@ -54,9 +54,9 @@ blocks:
prologue:
commands:
- checkout && cd ~/git/flowcrypt-ios/
- ( cache restore common-npm && npm install && cache store common-npm node_modules )
- ( cd Core && cache restore core-npm && npm install && cache store core-npm node_modules )
- ( cd appium && cache restore appium-npm && npm install && cache store appium-npm node_modules )
- ( npm install && cache store common-npm node_modules )
- ( cd Core && npm install && cache store core-npm node_modules )
- ( cd appium && npm install && cache store appium-npm node_modules )
jobs:
- name: TypeScript tests + code quality
commands:
Expand Down

0 comments on commit 450347c

Please sign in to comment.