mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
ci(release): use turbo cache
This commit is contained in:
parent
6a2de801d0
commit
d22c896a5c
2
.github/workflows/new-release.yml
vendored
2
.github/workflows/new-release.yml
vendored
@ -33,6 +33,8 @@ jobs:
|
||||
cache-modules: true
|
||||
install: true
|
||||
|
||||
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
|
||||
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@ -22,6 +22,8 @@ jobs:
|
||||
cache-modules: true
|
||||
install: true
|
||||
|
||||
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user