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

GitHub actions workflow #203

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

GitHub actions workflow #203

wants to merge 32 commits into from

Conversation

dldantas
Copy link

@dldantas dldantas commented Oct 5, 2022

Problema/Motivação

Implementar o pipeline de CI do ignition-core para execução do build, testes e publicação do artefato no github packages para que outros projetos que hoje o utilizam como submodule passem a usar o artefado como dependência.

O que foi feito

Criada a action do github (/.github/workflows/scala-build-test-publish.yaml) implementando o CI e adicionado ao projeto o plugin (sbt-github-packages) para ser possível a publicação do artefato no github packages.

Como testar

Criar um branch com o incremento do número da versão do ignition-core pelo arquivo ./build.sbt (version:= "#.#"), ao fazer o push para o branch criado a action será disparada.

Copy link

@flaviozantut flaviozantut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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