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

[Front End] Crear Github CI configuración basica #27

Open
brauliodiez opened this issue May 21, 2024 · 1 comment
Open

[Front End] Crear Github CI configuración basica #27

brauliodiez opened this issue May 21, 2024 · 1 comment
Assignees

Comments

@brauliodiez
Copy link
Member

Vamos a crear un flow de Github Actions que:

Cuando se vaya a hacer PR de una rama:

  • Se baje el repo.
  • Haga un npm install
  • Hag un npm run build

Si da error que no pase el flujo.

Parecido a:

https://github.com/Lemoncode/mongo-modeler/blob/vnext/.github/workflows/ci.yml

torresgol10 added a commit to torresgol10/beer-geek-menu that referenced this issue May 22, 2024
torresgol10 added a commit to torresgol10/beer-geek-menu that referenced this issue May 22, 2024
@torresgol10
Copy link
Collaborator

He añadido los comandos básicos, en un futuro se puede agregar los test, verificar que los ficheros pasan los estilos, agregar una cache para Turbo pack así evitaremos compilar un workspace no modificado.

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