Skip to content

Commit b53c50a

Browse files
committed
-Cambios en workflowPueshAllBranches.yml
1 parent a97bbd3 commit b53c50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflowPueshAllBranches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
distribution: temurin
1515

1616
- name: Execute container SQL
17-
run: docker-compose -f "./docker-compose.yml" up -d
17+
run: docker compose -f "./docker-compose.yml" up -d
1818
- name: Build native with Maven
1919
run: mvn -B -f "./contafin/pom.xml" test
2020
- name: Stop container
21-
run: docker-compose -f "./docker/docker-compose.yml" down
21+
run: docker compose -f "./docker-compose.yml" down

0 commit comments

Comments
 (0)