Skip to content

Support Donation in New Transaction (#139) #100

Support Donation in New Transaction (#139)

Support Donation in New Transaction (#139) #100

Workflow file for this run

name: Cypress Tests
on: [push]
env:
NEXT_PUBLIC_NETWORK: preview
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@v4
with:
build: yarn run build
start: yarn start