File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
env :
14
14
CARGO_INCREMENTAL : 0
15
15
CARGO_NET_RETRY : 10
16
- PAYMENTS_CONNECTORS : " cybersource stripe "
16
+ PAYMENTS_CONNECTORS : " cybersource"
17
17
PAYOUTS_CONNECTORS : " wise"
18
18
RUST_BACKTRACE : short
19
19
RUSTUP_MAX_RETRIES : 10
50
50
- name : Install Node.js
51
51
uses : actions/setup-node@v4
52
52
with :
53
- node-version : ' 20 '
53
+ node-version : " 20 "
54
54
55
55
- name : Install Cypress and dependencies
56
56
run : |
@@ -189,8 +189,7 @@ jobs:
189
189
if : ${{ env.RUN_TESTS == 'true' }}
190
190
uses : actions/setup-node@v4
191
191
with :
192
- node-version : ' 20'
193
- cache : ' npm'
192
+ node-version : " 20"
194
193
195
194
- name : Install Cypress and dependencies
196
195
if : ${{ env.RUN_TESTS == 'true' }}
@@ -377,8 +376,7 @@ jobs:
377
376
if : ${{ env.RUN_TESTS == 'true' }}
378
377
uses : actions/setup-node@v4
379
378
with :
380
- node-version : ' 20'
381
- cache : ' npm'
379
+ node-version : " 20"
382
380
383
381
- name : Install Cypress and dependencies
384
382
if : ${{ env.RUN_TESTS == 'true' }}
@@ -466,4 +464,4 @@ jobs:
466
464
with :
467
465
token : ${{ secrets.CODECOV_TOKEN }}
468
466
files : ${{ env.CODECOV_FILE }}
469
- disable_search : true
467
+ disable_search : true
You can’t perform that action at this time.
0 commit comments