Abhishek Gahlot 5129161603 Fix main test
2020-08-17 20:11:25 +05:30

18 lines
416 B
YAML

name: Cypress Integration Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cypress run
uses: cypress-io/github-action@v1
with:
working-directory: packages/portal
browser: chrome
build: yarn run build
start: yarn start
wait-on: 'http://localhost:3000'