Skip to content

[BUG] Upgrade isTokenSpec check to only consider interface, ignore data keys #230

[BUG] Upgrade isTokenSpec check to only consider interface, ignore data keys

[BUG] Upgrade isTokenSpec check to only consider interface, ignore data keys #230

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test-ci:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn build:prod
- run: yarn test:ci