Skip to content

Commit

Permalink
tmp: change spec url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed May 10, 2024
1 parent d378d85 commit 1cbfc1e
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:
- name: Test rollup-http-server schema
run: |
apt-get update && apt-get install -y wait-for-it python3 python3-pip && pip3 install schemathesis
wget https://raw.githubusercontent.com/cartesi/openapi-interfaces/v0.8.0/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 1cbfc1e

Please sign in to comment.