Skip to content

add better typing for standalone balances #1326

add better typing for standalone balances

add better typing for standalone balances #1326

Workflow file for this run

name: Run Tests
env:
INDEXER_URL: ${{ secrets.INDEXER_URL }}
on: [pull_request]
jobs:
test-ci:
name: test
timeout-minutes: 20
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.45.3-jammy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install -g yarn && yarn
- run: yarn setup
- run: yarn build:freighter-api
- run: yarn build:extension
- run: yarn test:ci