diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05fa545..302e134 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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