Skip to content

Major bump version to v2.0.0 + Changelogs #248

Major bump version to v2.0.0 + Changelogs

Major bump version to v2.0.0 + Changelogs #248

name: Run Test
on: [pull_request]
jobs:
test-ci:
name: anchor platform test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: yarn install
- run: yarn test:anchorplatform:ci