Skip to content

[DUOS-1740-dependabot]: Bump the npm-dependencies group with 5 updates #2219

[DUOS-1740-dependabot]: Bump the npm-dependencies group with 5 updates

[DUOS-1740-dependabot]: Bump the npm-dependencies group with 5 updates #2219

Workflow file for this run

on: [pull_request]
name: cypress component tests
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Log Actor
run: echo "${{ github.actor }}"
- name: Checkout
uses: actions/checkout@v3
- name: NPM Install
run: npm ci
- name : Cypress run component tests
uses: cypress-io/github-action@v4
with:
install: false
component: true
browser: chrome