Skip to content

Bump typescript from 5.5.4 to 5.6.2 in /e2e #982

Bump typescript from 5.5.4 to 5.6.2 in /e2e

Bump typescript from 5.5.4 to 5.6.2 in /e2e #982

name: E2E from-paris-to-berlin-circuit-breaker
on: push
jobs:
e2e-electron:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Start Docker
uses: nick-fields/retry@v3
with:
max_attempts: 2
retry_on: error
timeout_seconds: 2400
command: |
make dcup-full-action
- name: Run Cypress
run: make cypress-electron
e2e-chrome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Start Docker
uses: nick-fields/retry@v3
with:
max_attempts: 2
retry_on: error
timeout_seconds: 2400
command: |
make dcup-full-action
- name: Run Cypress
run: make cypress-chrome
e2e-firefox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Start Docker
uses: nick-fields/retry@v3
with:
max_attempts: 2
retry_on: error
timeout_seconds: 2400
command: |
make dcup-full-action
- name: Run Cypress
run: make cypress-firefox
e2e-edge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Start Docker
uses: nick-fields/retry@v3
with:
max_attempts: 2
retry_on: error
timeout_seconds: 2400
command: |
make dcup-full-action
- name: Run Cypress
run: make cypress-edge