Skip to content

Updated commercial to 11.16.0 #15629

Updated commercial to 11.16.0

Updated commercial to 11.16.0 #15629

Workflow file for this run

name: DCR cypress
on:
push:
paths-ignore:
- "apps-rendering/**"
- "dotcom-rendering/docs/**"
jobs:
cypress:
name: DCR Cypress
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
group: [1, 2, 3, 4, 5, 6]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Generate production build
run: make build
working-directory: dotcom-rendering
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: make start-ci
working-directory: dotcom-rendering
wait-on: "http://localhost:9000"
wait-on-timeout: 30
browser: chrome
spec: cypress/e2e/parallel-${{ matrix.group }}/*.js