Skip to content

Commit

Permalink
Adjust Stub
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 5e88e5a commit 5486cd6
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 @@ -32,7 +32,7 @@ jobs:
done
- name: Add mock server mappings
run: |
curl -X POST --data '{"request": {"url": "/com/tngtech/jgiven/*", "method": "PUT"}, "response": {"status": 200, "body": "OK"}}' http://localhost:7000/__admin/mappings
curl -X POST --data '{"request": {"urlPattern": "/com/tngtech/jgiven/.*?/.*?/.*?", "method": "PUT"}, "response": {"status": 200, "body": "OK"}}' http://localhost:7000/__admin/mappings
- name: set an alternate version
run: "source scripts/source_files/helper_functions.sh && updateAllVersionInformation ${VERSION}"
- name: Attempt mock release
Expand Down

0 comments on commit 5486cd6

Please sign in to comment.