mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 18:19:08 +00:00
test
This commit is contained in:
parent
8624ebc260
commit
2e3ce925a5
1 changed files with 2 additions and 2 deletions
4
web/.github/workflows/nextjs.yml
vendored
4
web/.github/workflows/nextjs.yml
vendored
|
@ -34,12 +34,12 @@ jobs:
|
|||
- name: Detect package manager
|
||||
id: detect-package-manager
|
||||
run: |
|
||||
if [ -f "${{ github.workspace }}/yarn.lock" ]; then
|
||||
if [ -f "/home/runner/work/SurfSense/yarn.lock" ]; then
|
||||
echo "manager=yarn" >> $GITHUB_OUTPUT
|
||||
echo "command=install" >> $GITHUB_OUTPUT
|
||||
echo "runner=yarn" >> $GITHUB_OUTPUT
|
||||
exit 0
|
||||
elif [ -f "${{ github.workspace }}/package.json" ]; then
|
||||
elif [ -f "$/home/runner/work/SurfSense/package.json" ]; then
|
||||
echo "manager=pnpm" >> $GITHUB_OUTPUT
|
||||
echo "command=install --frozen-lockfile" >> $GITHUB_OUTPUT
|
||||
echo "runner=pnpx" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue