Skip to content

Commit

Permalink
fix: openapi spec dependency version in the CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Aug 12, 2024
1 parent 84cb9a9 commit 0147e01
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 @@ -143,7 +143,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/v0.9.0/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 0147e01

Please sign in to comment.