Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/meteor-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
meteor node -v
git version

- uses: rharkor/caching-for-turbo@00a0515f175df9fd2e15c4560144ad5fdbebb0c7 # v2.3.13
- uses: rharkor/caching-for-turbo@75f8ebf4a43d2c60b23bc2a27082cfea94ffdad9 # v2.5.0

- name: Reset Meteor
shell: bash
Expand Down
23 changes: 2 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

packages-build:
name: 📦 Build Packages
needs: [release-versions, notify-draft-services]
needs: [release-versions]
runs-on: ubuntu-24.04-arm
steps:
- name: Cache build
Expand Down Expand Up @@ -272,15 +272,6 @@ jobs:
path: /tmp/RocketChat-packages-build.tar.gz
retention-days: 5

- name: Store turbo build
if: steps.packages-cache-build.outputs.cache-hit != 'true'
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: turbo-build
path: .turbo/cache
overwrite: true
include-hidden-files: true

build:
name: 📦 Meteor Build (${{ matrix.type }})
needs: [release-versions, packages-build]
Expand Down Expand Up @@ -723,17 +714,7 @@ jobs:
cache-modules: true
install: true

- uses: rharkor/caching-for-turbo@75f8ebf4a43d2c60b23bc2a27082cfea94ffdad9 # v2.5.0

- name: Restore turbo build
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
continue-on-error: true
with:
name: turbo-build
path: .turbo/cache

- name: Build packages
run: yarn build
- uses: ./.github/actions/restore-packages

- name: Login to GitHub Container Registry
if: (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') && github.actor != 'dependabot[bot]'
Expand Down
Loading