Skip to content

Commit

Permalink
Build schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 19, 2024
1 parent 3b7c68f commit df440fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,14 @@ jobs:
7133ceb2-1cb6-4698-ac8c-b1f000ed43a1 > MUTABLE_ACCESS_TOKEN
57715c03-e0fb-47f1-86b5-b1ed01584a2e > ORGANIZATION_ID
- name: install bws
- name: Install bws
run: cargo install bws

- name: Install schemas
run: |
npm ci
npm run schemas
- name: Set up run data
run: |
cd $GITHUB_WORKSPACE/languages/language_tests
Expand Down

0 comments on commit df440fb

Please sign in to comment.