ci: Revert "Set up Turborepo cache for GitHub actions runner" (#6364) (no-changelog)

Revert "ci: Set up Turborepo cache for GitHub actions runner (no-changelog) (#6335)"

This reverts commit 9dfc11037b.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-06-02 10:11:36 +00:00 committed by GitHub
parent 3dd260168e
commit e1aa654835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View file

@ -29,9 +29,6 @@ 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

View file

@ -28,9 +28,6 @@ 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:

View file

@ -23,9 +23,6 @@ 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