Skip to content

Fixes around native token generation flow #14

Fixes around native token generation flow

Fixes around native token generation flow #14

name: Cypress Tests
on:
pull_request:
branches: [main]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start