Skip to content

Commit 8636dab

Browse files
committed
squashme: copy openapi spec to sdk folder
1 parent 7d9e94a commit 8636dab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ jobs:
6464
run: cargo run --features runtime-env --manifest-path server/Cargo.toml --bin redoc_ci > openapi.json
6565
- name: Vaccum lint
6666
run: vacuum lint openapi.json -r '.github/rules.yaml' -d
67+
- name: Copy OpenAPI spec to sdk folder
68+
run: cp openapi.json ./clients/ts-sdk/openapi.json
6769

0 commit comments

Comments
 (0)