Skip to content

Feature/author

Feature/author #4

Workflow file for this run

name: Test by jest
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml
- name: Run Jest Test
run: pnpm run -C apps/aelf-template test