Skip to content

Commit

Permalink
Build grapql client before running jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Mar 7, 2024
1 parent a02fa68 commit ad98cf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-syntax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Build GraphQL client
run: npm run graphql:build
- name: Run tests
run: npm run lint
pretty:
Expand All @@ -29,5 +31,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Build GraphQL client
run: npm run graphql:build
- name: Run tests
run: npm run pretty:check

0 comments on commit ad98cf4

Please sign in to comment.