File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3131 run : |
3232 set -x
3333 mvn -B dependency:go-offline de.qaware.maven:go-offline-maven-plugin:1.2.8:resolve-dependencies
34- docker compose pull
34+ docker compose -f src/test/resources/docker-compose.yml pull
3535
3636 - name : Build and test with Maven
3737 run : mvn -B verify -Pci
Original file line number Diff line number Diff line change 279279 <version >5.0.0</version >
280280 <configuration >
281281 <skip >${skipTests} </skip >
282- <composeFile >${project.basedir} /docker-compose.yml</composeFile >
282+ <composeFile >${project.basedir} /src/test/resources/ docker-compose.yml</composeFile >
283283 </configuration >
284284 <executions >
285285 <execution >
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17+ name : flink-jar-runner
18+
1719networks :
1820 datasqrl_network :
1921 driver : bridge
@@ -57,8 +59,8 @@ services:
5759 condition : service_healthy
5860 volumes :
5961 - flink_conf:/opt/flink/conf
60- - ./src/test/resources/ :/opt/flink/usrlib/
61- - ./src/test/resources/ datasources/:/datasources/
62+ - ./:/opt/flink/usrlib/
63+ - ./datasources/:/datasources/
6264 healthcheck :
6365 test : ["CMD-SHELL", "curl -f http://localhost:8081/ || exit 1"]
6466 interval : 1s
@@ -85,8 +87,8 @@ services:
8587 condition : service_healthy
8688 volumes :
8789 - flink_conf:/opt/flink/conf
88- - ./src/test/resources/ :/opt/flink/usrlib/
89- - ./src/test/resources/ datasources/:/datasources/
90+ - ./:/opt/flink/usrlib/
91+ - ./datasources/:/datasources/
9092 networks :
9193 - datasqrl_network
9294
You can’t perform that action at this time.
0 commit comments