Skip to content

Fixed Ghostnet URL (#28) #26

Fixed Ghostnet URL (#28)

Fixed Ghostnet URL (#28) #26

Workflow file for this run

name: API tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: yarn install
- run: yarn test