Skip to content

Remove context validation on import (#36) #55

Remove context validation on import (#36)

Remove context validation on import (#36) #55

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@v3
- name: Setup npm cache
uses: actions/cache@v2
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