We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9710950 + d72836c commit ee8b5f8Copy full SHA for ee8b5f8
4 files changed
.github/workflows/ci.yml
@@ -26,4 +26,4 @@ jobs:
26
run: mvn clean install
27
28
- name: Run tests
29
- run: mvn test
+ run: mvn test
.github/workflows/deploy.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Deploy to Azure Web App
31
uses: azure/webapps-deploy@v2
32
with:
33
- app-name: masterchef-api
+ app-name: masterchef
34
slot-name: production
35
package: target/*.jar
src/main/java/com/masterchef/recetas/controller/RecetaController.java
@@ -1,7 +1,3 @@
1
-/**
2
- * Probandooooo
3
- */
4
-
5
package com.masterchef.recetas.controller;
6
7
import com.masterchef.recetas.model.Receta;
src/main/java/com/masterchef/recetas/model/Receta.java
@@ -1,3 +1,6 @@
+/**
+ * cd
+ */
package com.masterchef.recetas.model;
import lombok.*;
0 commit comments