Skip to content

[DUOS-2608][DUOS-2676] Read Only View Of DAR Form #2250

[DUOS-2608][DUOS-2676] Read Only View Of DAR Form

[DUOS-2608][DUOS-2676] Read Only View Of DAR Form #2250

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