Skip to content

Commit c042132

Browse files
sfc-gh-mkubiksfc-gh-pczajka
authored andcommitted
NO-SNOW Fetch wiremock in test_darwin.sh and test_windows.bat (#2273)
1 parent dfc1e1a commit c042132

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ci/test_darwin.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ python3.12 -m venv venv
2424
. venv/bin/activate
2525
python3.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
2831
cd $CONNECTOR_DIR
2932
for PYTHON_VERSION in ${PYTHON_VERSIONS}; do

ci/test_windows.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ if %errorlevel% neq 0 goto :error
4141

4242
cd %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+
4447
set JUNIT_REPORT_DIR=%workspace%
4548
set COV_REPORT_DIR=%workspace%
4649

0 commit comments

Comments
 (0)