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 May 10, 2024
1 parent 1cbfc1e commit 29a43fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,12 @@ jobs:
cd rollup-http/rollup-http-server
MOCK_BUILD=true cargo test -- --show-output --test-threads=1
- name: Test rollup-http-server schema
- name: Test rollup-http-server api schema
run: |
apt-get update && apt-get install -y wait-for-it python3 python3-pip && pip3 install schemathesis
sudo apt-get update
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/fix/http-server/rollup.yaml
MOCK_BUILD=true cargo run -- "echo 1" &
wait-for-it localhost:5004 --timeout=30
Expand Down

0 comments on commit 29a43fc

Please sign in to comment.