Skip to content

Commit

Permalink
Don't re-run graphql build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed May 6, 2024
1 parent da58ac9 commit 3dcf1c9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/code-syntax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Build GraphQL client
run: npm run graphql:build
- name: Run tests
- name: Run linter
run: npm run lint:check
pretty:
runs-on: ubuntu-latest
Expand All @@ -31,7 +29,5 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Build GraphQL client
run: npm run graphql:build
- name: Run tests
- name: Run prettier
run: npm run pretty:check

0 comments on commit 3dcf1c9

Please sign in to comment.