fix: add /app/node_modules to PATH and NODE_PATH
Test / unit-tests (push) Failing after 11s
Pull Request / unit-tests (pull_request) Failing after 10s
Pull Request / acceptance-tests (pull_request) Has been skipped
Pull Request / analyze-bump-type (pull_request) Has been skipped

This commit is contained in:
2026-03-31 23:02:56 -07:00
parent b445d9044a
commit 4116884f9f
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ jobs:
# Skip if this is an auto-generated version bump commit (handled by release workflow)
if: "!contains(github.event.head_commit.message, 'chore: bump version')"
env:
NODE_PATH: /workspace/node_modules
NODE_PATH: /app/node_modules
PATH: /app/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps:
- name: Checkout code