Skip to content

fix(docs): add horizontal padding to navbar and main content #639

fix(docs): add horizontal padding to navbar and main content

fix(docs): add horizontal padding to navbar and main content #639

Workflow file for this run

name: E2E Test
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm run start:app
wait-on: 'http://localhost:3000'
wait-on-timeout: 120