Reroute testnet4 tests to a different server

This commit is contained in:
Felipe Knorr Kuhn
2025-01-19 12:24:26 -08:00
parent caa2d83247
commit 671b5ea2f2
2 changed files with 3 additions and 1 deletions

View File

@@ -327,6 +327,7 @@ jobs:
browser: "chrome"
ci-build-id: "${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}"
env:
CYPRESS_REROUTE_TESTNET: ${{ matrix.spec == 'cypress/e2e/testnet4/*.spec.ts' }}
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}