Skip to content

added changes to citation #77

added changes to citation

added changes to citation #77

Workflow file for this run

name: End-to-end tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: ui
build: npm run build
start: npm start