diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 53ea34eb9..a63f5903c 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 bbec70155..ddaa9db22 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 01e913b01..12461f7a7 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