Skip to content

Merge pull request #216 from Taiye21/fix/issue-210 #535

Merge pull request #216 from Taiye21/fix/issue-210

Merge pull request #216 from Taiye21/fix/issue-210 #535

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run lint
- run: npm run typecheck
- run: npm test
- run: npm run test:e2e
- run: npm run build
env:
NEXT_PUBLIC_API_URL: http://localhost:4000
NEXT_PUBLIC_STELLAR_NETWORK: testnet