Files
mermaid-live-editor/.github/workflows/cypress.yml
T
2021-05-24 19:40:23 +05:30

18 lines
378 B
YAML

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: yarn build
start: yarn preview