Skip to content

fix(.github/workflows/publish): fix repo build in test step#61

Merged
amirabbas-gh merged 1 commit intomainfrom
github_action
Apr 26, 2025
Merged

fix(.github/workflows/publish): fix repo build in test step#61
amirabbas-gh merged 1 commit intomainfrom
github_action

Conversation

@amirabbas-gh
Copy link
Copy Markdown
Collaborator

📚 Description

This PR fixes the build process in the publishing workflow's test step. Previously, the step failed due to missing build artifacts. This change ensures that the tooling is built before running the tests, preventing issues caused by missing compiled files.

🧪 Test Plan

  1. Ensure that the workflow correctly builds the toolings before running tests.
  2. Verify that the publish step is completed successfully without errors.

echo "Testing codemod in: $DIR"
cd "$DIR"
pnpm install
pnpm run build
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be pnpm run build --filter=$DIR?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mohebifar no, it's for build using turbo for build all tooling and codemods too

@amirabbas-gh amirabbas-gh merged commit 772c3c4 into main Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants