File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments