Skip to content

feat: add GraphiQL to docs #36

feat: add GraphiQL to docs

feat: add GraphiQL to docs #36

Workflow file for this run

on:
pull_request:
branches: [ master ]
name: e2e tests
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: npm run build
start: npm run serve
wait-on: http://localhost:9000