-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test #60
Add test #60
Conversation
Joshua-onwuzu
commented
Apr 8, 2024
- Bug fix
- New feature
- Chore
- Breaking change
- There is an open issue which this change addresses
- My commits follow the Git Commit Guidelines
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- My change requires a change to Typescript typings.
- I have updated the typings accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL
restore-keys: | | ||
${{ runner.os }}-pnpm- | ||
- name: 🧩 Install Dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build can be made from the root command i think check for build command in root package.json
.github/workflows/test.yml
Outdated
run: pnpm run build | ||
working-directory: ./packages/heartbit-core | ||
|
||
- name: 🧪 Run Tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update for heartbit react