emotional-help-competition/backend

[Java] Introduce GitHub actions

开放

#15 创建于 2022年11月23日

 (3 条评论) (0 个反应) (1 位负责人)Java (0 个派生)auto 404
backendgood first issue

仓库指标

星标
 (1 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Context:

We would like to set up some Continuous Integration pipelines using GitHub actions workflow.

Task:

  1. Look into GitHub actions article.
  2. Try to configure a similar workflow for our project.

Acceptance criteria:

Using GitHub actions, we know how to:

  • compile and test our code
  • run static code analysis using SonarCloud site
  • create and publish an artifact in the GitHub Packages repository
  • create and publish a Docker image with an application on the Docker Hub site

贡献者指南