Skip to content

Commit

Permalink
add runtime binary for schema/docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
decleaver committed Sep 10, 2024
1 parent 8595140 commit 5633a52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-schema-and-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install UDS CLI
uses: ./.github/actions/install-uds-cli

- name: Pull UDS Runtime binary
run: ./hack/update-uds-runtime-binaries.sh uds-runtime-linux-amd64

- name: Test schemas
run: uds run schema:test

Expand Down

0 comments on commit 5633a52

Please sign in to comment.