File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ python3.12 -m venv venv
24
24
. venv/bin/activate
25
25
python3.12 -m pip install -U tox> =4
26
26
27
+ # Fetch wiremock
28
+ curl https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.11.0/wiremock-standalone-3.11.0.jar --output ${CONNECTOR_DIR} /.wiremock/wiremock-standalone.jar
29
+
27
30
# Run tests
28
31
cd $CONNECTOR_DIR
29
32
for PYTHON_VERSION in ${PYTHON_VERSIONS} ; do
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ if %errorlevel% neq 0 goto :error
41
41
42
42
cd %CONNECTOR_DIR%
43
43
44
+ :: Fetch wiremock
45
+ curl https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.11.0/wiremock-standalone-3.11.0.jar --output %CONNECTOR_DIR% \.wiremock\wiremock-standalone.jar
46
+
44
47
set JUNIT_REPORT_DIR = %workspace%
45
48
set COV_REPORT_DIR = %workspace%
46
49
You can’t perform that action at this time.
0 commit comments