Skip to content

Commit ed8ef24

Browse files
authored
ci: disable stripe in cypress (#7183)
1 parent 55bb284 commit ed8ef24

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/cypress-tests-runner.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
env:
1414
CARGO_INCREMENTAL: 0
1515
CARGO_NET_RETRY: 10
16-
PAYMENTS_CONNECTORS: "cybersource stripe"
16+
PAYMENTS_CONNECTORS: "cybersource"
1717
PAYOUTS_CONNECTORS: "wise"
1818
RUST_BACKTRACE: short
1919
RUSTUP_MAX_RETRIES: 10
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Node.js
5151
uses: actions/setup-node@v4
5252
with:
53-
node-version: '20'
53+
node-version: "20"
5454

5555
- name: Install Cypress and dependencies
5656
run: |
@@ -189,8 +189,7 @@ jobs:
189189
if: ${{ env.RUN_TESTS == 'true' }}
190190
uses: actions/setup-node@v4
191191
with:
192-
node-version: '20'
193-
cache: 'npm'
192+
node-version: "20"
194193

195194
- name: Install Cypress and dependencies
196195
if: ${{ env.RUN_TESTS == 'true' }}
@@ -377,8 +376,7 @@ jobs:
377376
if: ${{ env.RUN_TESTS == 'true' }}
378377
uses: actions/setup-node@v4
379378
with:
380-
node-version: '20'
381-
cache: 'npm'
379+
node-version: "20"
382380

383381
- name: Install Cypress and dependencies
384382
if: ${{ env.RUN_TESTS == 'true' }}
@@ -466,4 +464,4 @@ jobs:
466464
with:
467465
token: ${{ secrets.CODECOV_TOKEN }}
468466
files: ${{ env.CODECOV_FILE }}
469-
disable_search: true
467+
disable_search: true

0 commit comments

Comments
 (0)