Skip to content

[terra-core/terra] Add unit test #2

[terra-core/terra] Add unit test

[terra-core/terra] Add unit test #2

Workflow file for this run

name: Unit test & integration test
on:
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Run unit test
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash tool/run_ut.sh