Skip to content

Try to fix Github action #146

Try to fix Github action

Try to fix Github action #146

Workflow file for this run

name: End-to-end tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: npm run example:build
start: npm run example:preview
wait-on: http://127.0.0.1:4173
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'