Skip to content

Started wallet design #32

Started wallet design

Started wallet design #32

Workflow file for this run

name: End-to-end 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@v6
with:
start: npm run start
wait-on: http://localhost:4200