Skip to content

Commit

Permalink
chore(ci): update pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Sep 28, 2023
1 parent 28c9370 commit 3b6c4bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
cache: 'npm'
- uses: nrwl/nx-set-shas@v3
id: nx-shas
- run: npm ci
- run: npm install --package-lock-only
- run: npm ci
# - run: npx nx format:check --base=${{ steps.nx-shas.outputs.base }} --head=${{ steps.nx-shas.outputs.head }} --verbose
- run: npx nx affected --base=${{ steps.nx-shas.outputs.base }} --head=${{ steps.nx-shas.outputs.head }} -t lint --parallel=3
- run: npx nx affected --base=${{ steps.nx-shas.outputs.base }} --head=${{ steps.nx-shas.outputs.head }} -t test --parallel=3
Expand Down

0 comments on commit 3b6c4bb

Please sign in to comment.