Skip to content

Commit

Permalink
Use correct download url for wiremock
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Dec 8, 2023
1 parent b41ebea commit 40fa590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mock_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
gpg --list-keys
- name: Set up mock server
run: |
wget https://wiremock:org/docs/download
wget https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.3.1/wiremock-standalone-3.3.1.jar
wiremock=$(find ./ -name "wiremock-standalone-*.jar")
java -jar wiremock --port 7000 --verbose
- name: set an alternate version
Expand Down

0 comments on commit 40fa590

Please sign in to comment.