Skip to content

Commit

Permalink
ci for json validation
Browse files Browse the repository at this point in the history
  • Loading branch information
snapdgn committed Jun 13, 2024
1 parent 7ad136c commit 02e0b1f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ jobs:
opam pin --yes --no-action add .
opam install sail --yes
- name: Test Sail
- name: Checkout `sail-riscv` repo
uses: actions/checkout@v3
with:
repository: ThinkOpenly/sail-riscv

- name: Validate Json
run: |
eval $(opam env)
etc/ci_core_tests.sh
eval $(opam env)
make check-json

0 comments on commit 02e0b1f

Please sign in to comment.