Skip to content

Commit

Permalink
Revert "temp: remove cache restore"
Browse files Browse the repository at this point in the history
This reverts commit 7b02e4a.
  • Loading branch information
ioanmo226 committed Dec 1, 2023
1 parent 7b02e4a commit 6fd5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ blocks:
commands:
- checkout && cd ~/git/flowcrypt-ios/
- mv ~/appium-env ~/git/flowcrypt-ios/appium/.env
- sem-version node 18 && cd ./appium && npm i && cd .. && cache store appium-npm appium/node_modules
- sem-version node 18 && cache restore appium-npm && cd ./appium && npm i && cd .. && cache store appium-npm appium/node_modules
- cd appium
- cache restore FlowCrypt-$SEMAPHORE_GIT_SHA.app
epilogue:
Expand Down

0 comments on commit 6fd5696

Please sign in to comment.