Skip to content

Fix property between Role and Person for contributors #101

Fix property between Role and Person for contributors

Fix property between Role and Person for contributors #101

Workflow file for this run

name: Run Cypress tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup npm cache
uses: actions/cache@v4
with:
path: '~/.npm'
key: ${{ runner.os }}-node
restore-keys: |
${{ runner.os }}-node
- name: Install Cypress
run: |
npm install [email protected]
./node_modules/.bin/cypress install
- name: Run Cypress
run: |
./node_modules/.bin/cypress run