Skip to content
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

chore(main): update actions for assembly and testing #16963

Open
plonukob opened this issue May 2, 2024 · 0 comments
Open

chore(main): update actions for assembly and testing #16963

plonukob opened this issue May 2, 2024 · 0 comments
Assignees

Comments

@plonukob
Copy link

plonukob commented May 2, 2024

https://github.com/taikoxyz/taiko-mono/tree/main/.github/workflows

Updating Actions for assembly and testing. You are currently using outdated commands such as npm install and npm test in files.yml. I suggest switching to modern options, for example, using npm ci instead of npm install for faster and more reliable installation of dependencies in CI

For example


echo "ABI not generated in protocol package yet. Please run npm install && pnpm run compile in ../protocol"

echo "ABI not generated in protocol package yet. Please run npm install && npx hardhat compile in ../protocol"

etc.

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

No branches or pull requests

2 participants