Skip to content

Update README.md #13

Update README.md

Update README.md #13

Workflow file for this run

name: Component tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: frontend
component: true