ci: Remove unused pnpm cache from production install test.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-05-31 12:52:39 -07:00 committed by Tim Abbott
parent 6ea7b87930
commit a4d897c42b
1 changed files with 0 additions and 6 deletions

View File

@ -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 }}