diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 53ea34eb91..a63f5903ca 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -29,6 +29,9 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Configure Turbo cache + uses: dtinth/setup-github-actions-caching-for-turbo@v1 + - name: Build run: pnpm build diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index bbec701552..ddaa9db224 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -28,6 +28,9 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Configure Turbo cache + uses: dtinth/setup-github-actions-caching-for-turbo@v1 + - name: Start MySQL & Postgres uses: isbang/compose-action@v1.3.2 with: diff --git a/.github/workflows/ci-pull-requests.yml b/.github/workflows/ci-pull-requests.yml index 01e913b010..12461f7a72 100644 --- a/.github/workflows/ci-pull-requests.yml +++ b/.github/workflows/ci-pull-requests.yml @@ -23,6 +23,9 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Configure Turbo cache + uses: dtinth/setup-github-actions-caching-for-turbo@v1 + - name: Build run: pnpm build