We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174f8ed commit c9f892bCopy full SHA for c9f892b
.github/workflows/build_test.yml
@@ -379,6 +379,15 @@ jobs:
379
python-version: ${{ matrix.python-version }}
380
- name: Display Python version
381
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
391
- name: Setup parameters file
392
shell: bash
393
env:
0 commit comments