We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97bbd3 commit b53c50aCopy full SHA for b53c50a
.github/workflows/workflowPueshAllBranches.yml
@@ -14,8 +14,8 @@ jobs:
14
distribution: temurin
15
16
- name: Execute container SQL
17
- run: docker-compose -f "./docker-compose.yml" up -d
+ run: docker compose -f "./docker-compose.yml" up -d
18
- name: Build native with Maven
19
run: mvn -B -f "./contafin/pom.xml" test
20
- name: Stop container
21
- run: docker-compose -f "./docker/docker-compose.yml" down
+ run: docker compose -f "./docker-compose.yml" down
0 commit comments