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

CI/CD #86

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

CI/CD #86

wants to merge 4 commits into from

Conversation

CamposBruno
Copy link
Contributor

Description

Changes the CI/CD workflow to be triggered when a PR is made.

Steps include:

  • Install of dependencies
  • Compilation of contracts
  • Automated Tests
  • Export ABI files
  • Auto-commit signed by GPG key

For this PR to work the following is required:

  • Running tests must succeed (atm they are failing)
  • Export GPG_PRIVATE_KEY as GitHub secret
  • Export GPG_KEY_ID as GitHub secret

Notice: this PR assumes my personal GPG ID and Key will be used to sign the auto-commit. I suggest changing this to a Hashgraph key, changes to the .yml are necessary.

@CamposBruno CamposBruno force-pushed the cicd branch 2 times, most recently from 6e62625 to 4162a8d Compare April 10, 2025 00:51
@CamposBruno CamposBruno marked this pull request as ready for review April 10, 2025 00:59
@CamposBruno CamposBruno requested review from a team as code owners April 10, 2025 00:59
Signed-off-by: Bruno Campos <[email protected]>
Signed-off-by: Bruno Campos <[email protected]>
Signed-off-by: Bruno Campos <[email protected]>
Signed-off-by: Bruno Campos <[email protected]>
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.

2 participants