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
2424. venv/bin/activate
2525python3.12 -m pip install -U tox> =4
2626
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+
2730# Run tests
2831cd $CONNECTOR_DIR
2932for 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
4141
4242cd %CONNECTOR_DIR%
4343
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+
4447set JUNIT_REPORT_DIR = %workspace%
4548set COV_REPORT_DIR = %workspace%
4649
You can’t perform that action at this time.
0 commit comments