Skip to content

refactor: remove isNative from token data, test wrapped sol #333

refactor: remove isNative from token data, test wrapped sol

refactor: remove isNative from token data, test wrapped sol #333

Workflow file for this run

on:
push:
branches:
- main
paths:
- "forester/**"
- "photon-api/**"
- ".github/workflows/forester-tests.yml"
pull_request:
branches:
- "**"
paths:
- "forester/**"
- "photon-api/**"
- ".github/workflows/forester-tests.yml"
types:
- opened
- synchronize
- reopened
- ready_for_review
name: forester-tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
forester-tests:
name: forester-tests
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup and build
uses: ./.github/actions/setup-and-build
- name: Run forester tests
run: |
source ./scripts/devenv.sh
npx nx test @lightprotocol/forester