Skip to content

feat: enable quiz completion without reward #9561

feat: enable quiz completion without reward

feat: enable quiz completion without reward #9561

Workflow file for this run

name: "Unit test"
on:
pull_request:
branches: [main]
jobs:
unit-test:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
cache-dependency-path: core/api/yarn.lock
- run: cd core/api && yarn install --frozen-lockfile
- name: Run unit tests
run: cd core/api && make unit-in-ci