Skip to content

Commit

Permalink
feat(.github): add schema generation test CI (#393)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita authored Dec 3, 2024
1 parent 4833af7 commit 28c3763
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ jobs:
bats-version: 1.9.0
- run: bats cli/e2e --filter-tags ${{ matrix.tag }}

schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: cargo run --package schema -- --path schema.json

test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 28c3763

Please sign in to comment.