Skip to content

Commit ee8b5f8

Browse files
committed
probando
2 parents 9710950 + d72836c commit ee8b5f8

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: mvn clean install
2727

2828
- name: Run tests
29-
run: mvn test
29+
run: mvn test

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Deploy to Azure Web App
3131
uses: azure/webapps-deploy@v2
3232
with:
33-
app-name: masterchef-api
33+
app-name: masterchef
3434
slot-name: production
3535
package: target/*.jar

src/main/java/com/masterchef/recetas/controller/RecetaController.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Probandooooo
3-
*/
4-
51
package com.masterchef.recetas.controller;
62

73
import com.masterchef.recetas.model.Receta;

src/main/java/com/masterchef/recetas/model/Receta.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* cd
3+
*/
14
package com.masterchef.recetas.model;
25

36
import lombok.*;

0 commit comments

Comments
 (0)