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

Create automatic tests and releases using GitHub CI/CD #1373

Open
Danjoe4 opened this issue Oct 31, 2024 · 1 comment
Open

Create automatic tests and releases using GitHub CI/CD #1373

Danjoe4 opened this issue Oct 31, 2024 · 1 comment

Comments

@Danjoe4
Copy link

Danjoe4 commented Oct 31, 2024

Tests should run on each new contribution to master. Releases should be built when a maintainer merges master into a dedicated "release" branch. Flexible on how we want to do releases, just let me know. Please assign to me.

@woodser
Copy link
Contributor

woodser commented Oct 31, 2024

In-built java tests are run with each new contribution to master. For example, https://github.com/haveno-dex/haveno/blob/master/core/src/test/java/haveno/core/util/FormattingUtilsTest.java

However, it doesn't run our full typescript test suite which tests end-to-end functionality of creating accounts, funding the wallet, posting offers, taking trades, etc. That's only run with haveno-ts CI, which always runs against this repo's master branch.

Merging master to a dedicated release branch could make sense. It's how monero-project is run.

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