Skip to content

Commit 7d41275

Browse files
fetch wiremock for async tests
1 parent 0ff8a60 commit 7d41275

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,15 @@ jobs:
383383
python-version: ${{ matrix.python-version }}
384384
- name: Display Python version
385385
run: python -c "import sys; print(sys.version)"
386+
- name: Set up Java
387+
uses: actions/setup-java@v4 # for wiremock
388+
with:
389+
java-version: 11
390+
distribution: 'temurin'
391+
java-package: 'jre'
392+
- name: Fetch Wiremock
393+
shell: bash
394+
run: curl https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.11.0/wiremock-standalone-3.11.0.jar --output .wiremock/wiremock-standalone.jar
386395
- name: Setup parameters file
387396
shell: bash
388397
env:

0 commit comments

Comments
 (0)