Skip to content

Commit c9f892b

Browse files
fetch wiremock for async tests
1 parent 174f8ed commit c9f892b

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
@@ -379,6 +379,15 @@ jobs:
379379
python-version: ${{ matrix.python-version }}
380380
- name: Display Python version
381381
run: python -c "import sys; print(sys.version)"
382+
- name: Set up Java
383+
uses: actions/setup-java@v4 # for wiremock
384+
with:
385+
java-version: 11ś
386+
distribution: 'temurin'
387+
java-package: 'jre'
388+
- name: Fetch Wiremock
389+
shell: bash
390+
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
382391
- name: Setup parameters file
383392
shell: bash
384393
env:

0 commit comments

Comments
 (0)