Skip to content

Use the download attrib in tags for download links #83

Use the download attrib in tags for download links

Use the download attrib in tags for download links #83

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