Skip to content

Commit 8519085

Browse files
feat(.github): add schema generation test ci
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent 4833af7 commit 8519085

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ jobs:
4747
bats-version: 1.9.0
4848
- run: bats cli/e2e --filter-tags ${{ matrix.tag }}
4949

50+
schema:
51+
runs-on: ubuntu-latest
52+
steps:
53+
- uses: actions/checkout@v4
54+
- uses: actions-rs/toolchain@v1
55+
with:
56+
profile: minimal
57+
toolchain: stable
58+
override: true
59+
- run: cargo run --package schema -- --path schema.json
60+
- run: ls -al
61+
5062
test:
5163
runs-on: ubuntu-latest
5264
steps:

0 commit comments

Comments
 (0)