Skip to content

Commit

Permalink
ci: fix local cache mismatch failing builds (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored Nov 21, 2023
1 parent f755ab8 commit cc28a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: ${{ matrix.node }}
use-stamp-cache: true

- run: npx lerna run build --concurrency=1
- run: NX_REJECT_UNKNOWN_LOCAL_CACHE=0 npx lerna run build --concurrency=1

- run: cd dist/apps/daffio && zip -r ../daffio.zip .

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
node-version: ${{ matrix.node }}
use-stamp-cache: true

- run: npx lerna run test --scope="${{ matrix.package }}" --concurrency=1
- run: NX_REJECT_UNKNOWN_LOCAL_CACHE=0 npx lerna run test --scope="${{ matrix.package }}" --concurrency=1
name: Test ${{ matrix.package }}

deploy_daffio:
Expand Down

0 comments on commit cc28a38

Please sign in to comment.