[DUOS-2676] Read Only DAR Form in Researcher Console #2316
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |