Skip to content

Commit dd9c177

Browse files
committed
chore: update CircleCI configuration to skip Nx cache during builds and remove 'since master' flag from test commands
1 parent efcf1c6 commit dd9c177

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- ~/.cache/yarn
7979
- run:
8080
name: Build all packages with lerna
81-
command: 'yarn build --since master'
81+
command: 'yarn build --skip-nx-cache'
8282
- persist_to_workspace:
8383
root: *working_directory
8484
paths:
@@ -108,7 +108,6 @@ jobs:
108108
name: 'Test unit'
109109
command: |
110110
yarn test \
111-
--since master \
112111
--ignore @requestnetwork/request-client.js \
113112
--ignore @requestnetwork/smart-contracts \
114113
--ignore @requestnetwork/payment-detection \
@@ -165,7 +164,6 @@ jobs:
165164
name: 'Test request-client.js, smart-contracts, payment-detection and payment-processor'
166165
command: |
167166
yarn test \
168-
--since master \
169167
--scope @requestnetwork/request-client.js \
170168
--scope @requestnetwork/smart-contracts \
171169
--scope @requestnetwork/payment-detection \
@@ -203,7 +201,6 @@ jobs:
203201
name: 'Test integration-test'
204202
command: |
205203
yarn test \
206-
--since master \
207204
--scope @requestnetwork/integration-test
208205
- store_test_results:
209206
path: packages/integration-test/reports/

0 commit comments

Comments
 (0)