Skip to content

Bump @angular/cdk from 17.3.8 to 17.3.9 in /news-cast-explorer-fe #1846

Bump @angular/cdk from 17.3.8 to 17.3.9 in /news-cast-explorer-fe

Bump @angular/cdk from 17.3.8 to 17.3.9 in /news-cast-explorer-fe #1846

name: e2e-news-cast-app
on: push
jobs:
e2e-electron:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Start Docker
uses: nick-fields/retry@v2
with:
max_attempts: 3
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@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Start Docker
uses: nick-fields/retry@v2
with:
max_attempts: 3
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@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Start Docker
uses: nick-fields/retry@v2
with:
max_attempts: 3
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@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Start Docker
uses: nick-fields/retry@v2
with:
max_attempts: 3
retry_on: error
timeout_seconds: 2400
command: |
make dcup-full-action
- name: Run Cypress
run: make cypress-edge