Skip to content

api test and DB test #10

api test and DB test

api test and DB test #10

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run client test
run: cd site-admin && yarn && npx cypress run --spec cypress/e2e/Client.feature