Skip to content

fix: no spaces in windows #49

fix: no spaces in windows

fix: no spaces in windows #49

Workflow file for this run

name: End-to-end tests
on: pull_request
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: npm ci
- run: npm run test:e2e:ci