Skip to content

Merge pull request #163 from TRI-AMDD/TRI-37220-faq-update-question-h… #79

Merge pull request #163 from TRI-AMDD/TRI-37220-faq-update-question-h…

Merge pull request #163 from TRI-AMDD/TRI-37220-faq-update-question-h… #79

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