Skip to content

Bump the angular group across 1 directory with 14 updates #2582

Bump the angular group across 1 directory with 14 updates

Bump the angular group across 1 directory with 14 updates #2582

Workflow file for this run

name: Cypress
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install lockfile
run: npm ci
- name: Run Cypress Tests
run: npm run cy:ci
- name: Publish Report
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress
path: cypress/reports/html