From 96ef0cfabe70d88cc1c67ec5df28bd0fe674f0b1 Mon Sep 17 00:00:00 2001 From: "me@jeffersonbledsoe.com" Date: Tue, 18 Jun 2024 09:26:21 +0100 Subject: [PATCH] Bad commit --- .github/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5895486..3c952a4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,6 +12,10 @@ jobs: with: submodules: recursive fetch-depth: 0 + - name: Get pnpm store directory + shell: bash + run: | + echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm run: corepack enable # - name: Get pnpm store directory