Skip to content

Commit

Permalink
Generate schema before running npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Sep 11, 2023
1 parent fd2e720 commit b260fbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: maven
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Generate GraphQL schema
run: mvn --batch-mode test -Dtest="TransmodelGraphQLSchemaTest" -P prettierSkip
- name: Build and test
working-directory: ./client-next
run: |
Expand Down

0 comments on commit b260fbd

Please sign in to comment.