Skip to content

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

[terra-core/terra] Add unit test

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

Workflow file for this run

name: Unit test & integration test
on:
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
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