From 0147e014cd2e1243eff5f6228efc3981a175d608 Mon Sep 17 00:00:00 2001 From: Alex Mikhalevich <2990126+alexmikhalevich@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:13:08 +0200 Subject: [PATCH] fix: openapi spec dependency version in the CI test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e566f67..b97a8b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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