Skip to content

Commit 06d4def

Browse files
committed
Remove workflow caching stuff
1 parent 259665c commit 06d4def

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
id: pnpm-install
24-
with:
25-
run_install: false
26-
27-
- name: Get pnpm store directory
28-
id: pnpm-cache
29-
run: |
30-
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
31-
32-
- name: Setup pnpm cache
33-
uses: actions/cache@v4
34-
with:
35-
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
36-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
37-
restore-keys: |
38-
${{ runner.os }}-pnpm-store-
39-
40-
- name: Install dependencies
41-
run: pnpm install
4224

4325
- name: Build
4426
run: pnpm docs:build

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
id: pnpm-install
24-
with:
25-
run_install: false
26-
27-
- name: Get pnpm store directory
28-
id: pnpm-cache
29-
run: |
30-
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
31-
32-
- name: Setup pnpm cache
33-
uses: actions/cache@v4
34-
with:
35-
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
36-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
37-
restore-keys: |
38-
${{ runner.os }}-pnpm-store-
39-
40-
- name: Install dependencies
41-
run: pnpm install
4224

4325
- name: Test
4426
uses: cypress-io/github-action@v6

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
id: pnpm-install
24-
with:
25-
run_install: false
26-
27-
- name: Get pnpm store directory
28-
id: pnpm-cache
29-
run: |
30-
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
31-
32-
- name: Setup pnpm cache
33-
uses: actions/cache@v4
34-
with:
35-
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
36-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
37-
restore-keys: |
38-
${{ runner.os }}-pnpm-store-
39-
40-
- name: Install dependencies
41-
run: pnpm install
4224

4325
- name: Test
4426
run: pnpm test

0 commit comments

Comments
 (0)