Skip to content

Commit

Permalink
remove mkdir from build_test action as it's now included in the repos…
Browse files Browse the repository at this point in the history
…itory
  • Loading branch information
sfc-gh-mkubik committed Feb 11, 2025
1 parent f49bb9a commit e238169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
java-package: 'jre'
- name: Fetch Wiremock
shell: bash
run: mkdir .wiremock && curl https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.11.0/wiremock-standalone-3.11.0.jar --output .wiremock/wiremock-standalone.jar
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
- name: Setup parameters file
shell: bash
env:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
java-package: 'jre'
- name: Fetch Wiremock
shell: bash
run: mkdir .wiremock && curl https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.11.0/wiremock-standalone-3.11.0.jar --output .wiremock/wiremock-standalone.jar
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
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit e238169

Please sign in to comment.