mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
ci: disable stripe in cypress (#7183)
This commit is contained in:
10
.github/workflows/cypress-tests-runner.yml
vendored
10
.github/workflows/cypress-tests-runner.yml
vendored
@ -13,7 +13,7 @@ concurrency:
|
|||||||
env:
|
env:
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
CARGO_NET_RETRY: 10
|
CARGO_NET_RETRY: 10
|
||||||
PAYMENTS_CONNECTORS: "cybersource stripe"
|
PAYMENTS_CONNECTORS: "cybersource"
|
||||||
PAYOUTS_CONNECTORS: "wise"
|
PAYOUTS_CONNECTORS: "wise"
|
||||||
RUST_BACKTRACE: short
|
RUST_BACKTRACE: short
|
||||||
RUSTUP_MAX_RETRIES: 10
|
RUSTUP_MAX_RETRIES: 10
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: "20"
|
||||||
|
|
||||||
- name: Install Cypress and dependencies
|
- name: Install Cypress and dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -189,8 +189,7 @@ jobs:
|
|||||||
if: ${{ env.RUN_TESTS == 'true' }}
|
if: ${{ env.RUN_TESTS == 'true' }}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: "20"
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Install Cypress and dependencies
|
- name: Install Cypress and dependencies
|
||||||
if: ${{ env.RUN_TESTS == 'true' }}
|
if: ${{ env.RUN_TESTS == 'true' }}
|
||||||
@ -377,8 +376,7 @@ jobs:
|
|||||||
if: ${{ env.RUN_TESTS == 'true' }}
|
if: ${{ env.RUN_TESTS == 'true' }}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: "20"
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Install Cypress and dependencies
|
- name: Install Cypress and dependencies
|
||||||
if: ${{ env.RUN_TESTS == 'true' }}
|
if: ${{ env.RUN_TESTS == 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user