Skip to content

update slide to 0.2.44 #56

update slide to 0.2.44

update slide to 0.2.44 #56

Workflow file for this run

name: cypress
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
cache: "yarn"
- run: yarn install
- run: yarn run cy:test