Connect dashboard
This commit is contained in:
@@ -5,6 +5,8 @@ on: [push]
|
||||
jobs:
|
||||
cypress-run:
|
||||
runs-on: ubuntu-latest
|
||||
container: cypress/browsers:node12.18.3-chrome87-ff82
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -13,5 +15,6 @@ jobs:
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
browser: chrome
|
||||
build: yarn build
|
||||
start: yarn preview
|
||||
|
||||
Reference in New Issue
Block a user