Skip to content

Commit

Permalink
fixup! fix: address inconsistencies in the http server api
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Jun 26, 2024
1 parent de550dc commit 1f4f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
sudo apt-get install -y wait-for-it python3 python3-pip
pip3 install schemathesis
cd rollup-http/rollup-http-server
wget https://raw.githubusercontent.com/cartesi/openapi-interfaces/main/rollup.yaml
wget https://raw.githubusercontent.com/cartesi/openapi-interfaces/fix/http-server/rollup.yaml
MOCK_BUILD=true cargo run -- "echo 1" &
wait-for-it localhost:5004 --timeout=30
st run rollup.yaml --checks all --validate-schema true --hypothesis-phases explicit --base-url http://localhost:5004

0 comments on commit 1f4f840

Please sign in to comment.