Skip to content

damn it

damn it #43

Workflow file for this run

name: Cypress UI Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: cd ui_cypress && npm install
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v4
with:
working-directory: ./ui_cypress