Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert: attempt to avoid doing a clean build
  • Loading branch information
rodrigopavezi committed Dec 10, 2024
commit c15bc6bb61146ff14ef57afb757d93915e9c5db7
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- ~/.cache/yarn
- run:
name: Build all packages with lerna
command: 'yarn build --since master'
command: 'yarn build --skip-nx-cache'
- persist_to_workspace:
root: *working_directory
paths:
Expand Down Expand Up @@ -108,7 +108,6 @@ jobs:
name: 'Test unit'
command: |
yarn test \
--since master \
--ignore @requestnetwork/request-client.js \
--ignore @requestnetwork/smart-contracts \
--ignore @requestnetwork/payment-detection \
Expand Down Expand Up @@ -168,7 +167,6 @@ jobs:
name: 'Test request-client.js, smart-contracts, payment-detection and payment-processor'
command: |
yarn test \
--since master \
--scope @requestnetwork/request-client.js \
--scope @requestnetwork/smart-contracts \
--scope @requestnetwork/payment-detection \
Expand Down Expand Up @@ -209,7 +207,6 @@ jobs:
name: 'Test integration-test'
command: |
yarn test \
--since master \
--scope @requestnetwork/integration-test
- store_test_results:
path: packages/integration-test/reports/
Expand Down