mirror of https://github.com/zulip/zulip.git
ci: Remove unused pnpm cache from production install test.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
6ea7b87930
commit
a4d897c42b
|
@ -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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue