We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe34c0 commit a97bbd3Copy full SHA for a97bbd3
1 file changed
.github/workflows/workflowPueshAllBranches.yml
@@ -14,7 +14,7 @@ jobs:
14
distribution: temurin
15
16
- name: Execute container SQL
17
- run: docker-compose -f "./docker/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
0 commit comments