Skip to content

Commit

Permalink
Verify witness layout in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky committed Feb 27, 2024
1 parent 29e2cdc commit bc3f6ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ jobs:
- name: Verify test NPM layout
run: |
go run main.go -l layouts/layout-npm.yml -a test-data-npm --substitute-parameters parameters/npm-sigstore.json
- name: Verify witness collection layout
run: |
go run main.go -l layouts/layout-witness.yml -a test-data-witness

0 comments on commit bc3f6ed

Please sign in to comment.