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

Improve GitHub Actions #655

Open
FrankHossfeld opened this issue Jan 8, 2025 · 0 comments
Open

Improve GitHub Actions #655

FrankHossfeld opened this issue Jan 8, 2025 · 0 comments

Comments

@FrankHossfeld
Copy link

GitHub offers actions to automate CI/CD.

For example a build action can be created that runs the following steps:

  • build (without running tests) to prove the project dan be build
  • test - to run all test cases and ensure that there are no test failures
  • owasp - to check for security issues
  • deploy - the libs to Maven Central

A quick test looks like that: ;-)

Bildschirmfoto 2025-01-08 um 13 37 40
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

1 participant