[DOC] Add minimal instruction for annotation workflow (#643) #861
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Component tests (Cypress) | |
on: [push] | |
jobs: | |
cypress-run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
# Install NPM dependencies, cache them correctly | |
- name: Run Component tests 🧪 | |
uses: cypress-io/github-action@v6 | |
with: | |
node-version: 18 | |
component: true |