Skip to content

Update mobile view for onboarding screen #1124

Update mobile view for onboarding screen

Update mobile view for onboarding screen #1124

Workflow file for this run

name: E2E Tests
on: [pull_request]
jobs:
cypress-e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.14.0
cache: "npm"
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: npm run build
start: npm run dev
env:
VITE_PROJECT_ID: ${{ secrets.PROJECT_ID }}
VITE_INFURA_ID: ${{ secrets.VITE_INFURA_ID }}