Skip to content

[Human App] Change the way assignments stored in Redis #658

[Human App] Change the way assignments stored in Redis

[Human App] Change the way assignments stored in Redis #658

name: Human App Check
on:
push:
branches:
- 'main'
pull_request:
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
- 'packages/apps/human-app/**'
workflow_dispatch:
jobs:
job-app-server-test:
name: Human App Server Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn workspace @human-protocol/human-app-server test
name: Run Job Human App unit tests