Skip to content

Commit 44d3ae1

Browse files
justin808claude
andcommitted
Fix Pro package tests: run yarn workspace from repo root
The yarn workspace command must run from the workspace root, not from a subdirectory. Added working-directory: . to the test run step. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 68b9410 commit 44d3ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pro-test-package-and-gem.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ jobs:
241241
yarn install --frozen-lockfile --no-progress --no-emoji
242242
243243
- name: Run JS unit tests for Pro package
244+
working-directory: .
244245
run: yarn workspace react-on-rails-pro-node-renderer run ci
245246
env:
246247
JEST_JUNIT_OUTPUT_DIR: ./jest

0 commit comments

Comments
 (0)