Test workflow

This commit is contained in:
space-nuko
2023-05-04 22:07:35 -05:00
parent 27081ca83f
commit 092f181c7f

View File

@@ -32,7 +32,8 @@ jobs:
id: pnpm-cache
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
store_path=$(pnpm store path | tr '\n' ' ')
echo "STORE_PATH=$store_path" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
name: Setup pnpm cache