mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
ci: Remove unused pnpm cache from production install test.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
6ea7b87930
commit
a4d897c42b
6
.github/workflows/production-suite.yml
vendored
6
.github/workflows/production-suite.yml
vendored
@@ -184,12 +184,6 @@ jobs:
|
|||||||
sudo mkdir -p "${dirs[@]}"
|
sudo mkdir -p "${dirs[@]}"
|
||||||
sudo chown -R github "${dirs[@]}"
|
sudo chown -R github "${dirs[@]}"
|
||||||
|
|
||||||
- name: Restore pnpm store
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: ~/.local/share/pnpm/store
|
|
||||||
key: v1-pnpm-store-${{ matrix.os }}-${{ hashFiles('/tmp/pnpm-lock.yaml') }}
|
|
||||||
|
|
||||||
- name: Install production
|
- name: Install production
|
||||||
run: sudo /tmp/production-install ${{ matrix.extra-args }}
|
run: sudo /tmp/production-install ${{ matrix.extra-args }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user