Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/generate-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
generate:

runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -37,3 +36,8 @@ jobs:
run: npm start -- generate ${{ matrix.language }} --destination ../output/
working-directory: models-lib

test-ts:
needs: generate
uses: openactive/models-ts/.github/workflows/create-data-model-pr.yaml@ci/testable-build
with:
models-lib_ref: ${{ github.ref }}